Closed drerik closed 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
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.