File size: 326 Bytes
b45d46c |
1 2 3 4 5 6 7 8 9 10 |
action_endpoint:
url: "http://localhost:5055/webhook"
#tracker_store:
# type: mongod
# url: <url to your mongo instance, e.g. mongodb://localhost:27017>
# db: <name of the db within your mongo instance, e.g. rasa>
# username: <username used for authentication>
# password: <password used for authentication>
|