Per https://github.com/StackStorm/hubot-stackstorm/pull/163 we still support old ST2_API for backwards compatibility. If there is some old ST2_API env var defined, it will take precedence and hubot will show a deprecation warning in logs. It means if user keeps old st2chatops.env, - it still would work after deb/rpm package upgrade.
Complementing https://github.com/StackStorm/hubot-stackstorm/pull/163
For consistency with other ENV variables (see https://docs.stackstorm.com/reference/cli.html#configuration), rename
ST2_API
->ST2_API_URL
.Per https://github.com/StackStorm/hubot-stackstorm/pull/163 we still support old
ST2_API
for backwards compatibility. If there is some oldST2_API
env var defined, it will take precedence and hubot will show a deprecation warning in logs. It means if user keeps oldst2chatops.env
, - it still would work after deb/rpm package upgrade.