Closed shusugmt closed 7 years ago
Currently, URL for st2stream is fixed to $ST2_API/stream
$ST2_API/stream
This is not ideal if running 1ppc mode in st2-docker because without that, st2chatops need to rely on st2web container running nginx which proxies /api/stream to st2stream backend.
/api/stream
:+1: for a configurable env var, similar to existing ST2_AUTH_URL.
ST2_AUTH_URL
@armab I just opened PR for this. Can you please check it?
Currently, URL for st2stream is fixed to
$ST2_API/stream
This is not ideal if running 1ppc mode in st2-docker because without that, st2chatops need to rely on st2web container running nginx which proxies
/api/stream
to st2stream backend.