enonic / app-ai-chatbot

Other
0 stars 1 forks source link

rasa server url needs to be configurable. #19

Closed drerik closed 6 years ago

drerik commented 6 years ago

We need to configure host and port to the rasa server from a properties file in config so that we can point the app to the docker container where the rasa server is located.

pmi commented 6 years ago

If no config is specified the app uses host of the xp deployment and port 7454. A config file named com.enonic.app.chatbot.cfg inside %XP_HOME%/config folder can override defaults with following fields:

rasa.host=127.0.0.1
rasa.port=7454