-
Notifications
You must be signed in to change notification settings - Fork 0
/
credentials.yml
56 lines (46 loc) · 1.86 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This file contains the credentials for the voice & chat platforms
# which your bot is using.
# https://rasa.com/docs/rasa/messaging-and-voice-channels
#botium.SocketIOVoiceInput:
# socketio_path: /socket.io
# user_message_evt: user_uttered
# bot_message_evt: bot_uttered
# session_persistence: false
# botium_speech_url: http://localhost
# botium_speech_apikey:
# botium_speech_language: en
# botium_speech_voice: dfki-poppy-hsmm
rest:
# # you don't need to provide anything here - this channel doesn't
# # require any credentials
#callback:
# # URL to which Core will send the bot responses
# url: "http://localhost:5034/bot"
facebook:
verify: "volgai-chatbot"
secret: "63a2d20aff2a8ce8a70dbe2bfc63ba8f"
page-access-token: "EAAqMOE8WEb4BAFhhTHuHOEN9KsZA7t2t0JLStSSdYajdazBMfVj6IoYLRoUWCZClh1vhalBVOZBZBI9vytdzr8wffx94ZBcJxKZCcJpcKgzonnBRQdk3WUDPkcCZAo1OIdCNpZBZCkqlwrbPJ1WIzEkB0ZBUcBVD2A6TRQ39YHjNjXMTVP7mO6wZBFOKaLvBpRZAXSIZD"
#slack:
# slack_token: "volgai-chatbot"
# slack_channel: "<the slack channel>"
# slack_signing_secret: "<your slack signing secret>"
#socketio:
# user_message_evt: user_uttered
# bot_message_evt: bot_uttered
# 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"
#slack:
# slack_channel: "CA003L0XZ" # channel ID, not a channel name!
# slack_token: "xoxb-XXX" # token obtained in the next step
# slack_signing_secret: "YYY" # secret obtained in the next step
telegram:
access_token: "1765748067:AAHEqDjRSEtxHSclAXpP88cQWXXLlRjvli8"
verify: "volgai_bot"
webhook_url: "https://4f7f5a94129b.ngrok.io/webhooks/telegram/webhook"