-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredentials.yml
33 lines (26 loc) · 1.12 KB
/
credentials.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file contains the credentials for the voice & chat platforms
# which your bot is using.
# https://rasa.com/docs/rasa/messaging-and-voice-channels
rest:
# # you don't need to provide anything here - this channel doesn't
# # require any credentials
facebook:
verify: "COVID-19-Bot"
secret: "439eba09a69eb13c0ea7e12c77105a8e"
page-access-token: "EAACEhFBIlnkBADc7xCP0NLVyRprdDFjA7ciaGxRmDUtqvAcU4H5CY1DuevgSoeiMYTbdChVsoK8bnqLcILyGkUsmGrVJhmAMhTMbdoHBMcUGtt5CtD1wtJ1T19IViUgaDxlyI9jUUmS9mamD4dQJzFx2SULPUt5o3PCZBEmaNRidCGvU9"
#slack:
# slack_token: "<your slack token>"
# slack_channel: "<the slack channel>"
# slack_signing_secret: "<your slack signing secret>"
#socketio:
# user_message_evt: <event name for user message>
# bot_message_evt: <event name for bot messages>
# session_persistence: <true/false>
#mattermost:
# url: "https://<mattermost instance>/api/v4"
# token: "<bot token>"
# webhook_url: "<callback URL>"
# This entry is needed if you are using Rasa X. The entry represents credentials
# for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers.
rasa:
url: "http://localhost:5002/api"