pvanand/RASA_moodbot
2
1# This file contains the credentials for the voice & chat platforms2# which your bot is using.3# https://rasa.com/docs/rasa/messaging-and-voice-channels4 5rest:6# # you don't need to provide anything here - this channel doesn't7# # require any credentials8 9 10#facebook:11# verify: "<verify>"12# secret: "<your secret>"13# page-access-token: "<your page access token>"14 15#slack:16# slack_token: "<your slack token>"17# slack_channel: "<the slack channel>"18# slack_signing_secret: "<your slack signing secret>"19 20#socketio:21# user_message_evt: <event name for user message>22# bot_message_evt: <event name for bot messages>23# session_persistence: <true/false>24 25#mattermost:26# url: "https://<mattermost instance>/api/v4"27# token: "<bot token>"28# webhook_url: "<callback URL>"29 30# This entry is needed if you are using Rasa Enterprise. The entry represents credentials31# for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers.32rasa:33 url: "http://localhost:5002/api"34 