"https://watson-personal-assistant.github.io/developer/further-topics/slackbot-integration/"
Based on the instructions from the above link, I am able to make the python app work locally. However, I am not able to set up the VCAP_SERVICES environment value for it running in bluemix. My Questions:
- A VCAP_SERVICES value JSON example
- How to set it up in Bluemix App? I do not see an option to add/update the VCAP_SERVICES in the console. Is it due to my Trial account authority limitations?
The documentation link seems to be broken. Because you already seem to work on the command line, I would recommend the following approach. Use
bx cf set-envto set environment variables:The above commands would add the variables and their value to the runtime environment. Then use the
restagecommand as stated. Another option is to add the variables in the browser UI. After navigating to the app details, there is a tab for environment settings.