forked from fabiodn/rasa_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredentials.yml
More file actions
30 lines (23 loc) · 833 Bytes
/
credentials.yml
File metadata and controls
30 lines (23 loc) · 833 Bytes
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
# This file contains the credentials for the voice & chat platforms
# which your bot is using.
# https://rasa.com/docs/rasa/user-guide/messaging-and-voice-channels/
rest:
# # you don't need to provide anything here - this channel doesn't
# # require any credentials
#facebook:
# verify: "<verify>"
# secret: "<your secret>"
# page-access-token: "<your page access token>"
#slack:
# slack_token: "<your slack token>"
# slack_channel: "<the slack channel>"
#socketio:
# user_message_evt: <event name for user message>
# bot_message_evt: <event name for but messages>
# session_persistence: <true/false>
rasa:
url: "http://localhost:5002/api"
telegram:
access_token: "935163271:AAHK6KZGBKtuGV7xXNEOgriDBFK3-mqJd8M"
verify: "tutorial_pizza_bot"
webhook_url: "https://f3f61930.ngrok.io/webhooks/telegram/webhook"