Skip to content
Snippets Groups Projects
Commit 0cb4b920 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix sidekiq "port" being wrong (#3014)

Sidekiq doesn't need a port, however that env var is used for generating URLs
in development, so when foreman sets it wrong, you get bad URLs from the
streaming API during development
parent 43d754eb
No related branches found
No related tags found
No related merge requests found
web: PORT=3000 bundle exec puma -C config/puma.rb
sidekiq: bundle exec sidekiq
sidekiq: PORT=3000 bundle exec sidekiq
stream: PORT=4000 yarn run start
webpack: ./bin/webpack-dev-server --host 0.0.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment