]> cat aescling's git repositories - mastodon.git/commit
Fix sidekiq "port" being wrong (#3014)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 12 May 2017 15:46:14 +0000 (17:46 +0200)
committerGitHub <noreply@github.com>
Fri, 12 May 2017 15:46:14 +0000 (17:46 +0200)
commit0cb4b9205c711223df6855d2027495a30ea04326
tree8bab6a87d5facde1d4fde4e43aeca6f562b96b81
parent43d754eb42e119f4852170988e04a4cb9c4ecb64
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
Procfile.dev