IBM-Cloud / insurance-toolchain

Toolchain configuration files for the insurance-store microservices demo
6 stars 16 forks source link

Add bot URL to the dashboard as an env variable #4

Closed rvennam closed 8 years ago

rvennam commented 8 years ago

Dashboard needs the URL of the bot:

socket_url : process.env.SOCKET_URL || 'dev-cloudco.mybluemix.net',

This task is for the toolchain to inject this env var

l2fprod commented 8 years ago

changes pushed to https://github.com/IBM-Bluemix/insurance-toolchain/tree/socket_url but waiting on changes done for the readme to be merged before submitting PR for this one