Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Until 0.9.2, the default value for PORTAL_CHATBOT_URL was wrong #31

Closed
DonMartin76 opened this issue Nov 11, 2016 · 1 comment
Closed
Labels
Milestone

Comments

@DonMartin76
Copy link
Member

In a newly created configuration, the default value for PORTAL_CHATBOT_URL in default.json was incorrectly set to http://portal-api:3004. It has to be http://portal-chatbot:3004.

In previous versions, the chatbot actually ignored was what stated in default.json/globals.json and just checked the environment variable directly; if it wasn't found, it defaulted to http://portal-chatbot:3004 on Linux, and otherwise to http://${LOCAL_IP}:3004.

Fix: Update your default.json to have the correct value for PORTAL_CHATBOT_URL.

@DonMartin76 DonMartin76 added this to the 0.10.1 milestone Nov 11, 2016
@DonMartin76
Copy link
Member Author

Main template for new projects corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant