matrix-rasa

A rasa bot for matrix based on the data from matrix.org
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-rasa.git
Log | Files | Refs | LICENSE

credentials.yml (998B)


      1 # This file contains the credentials for the voice & chat platforms
      2 # which your bot is using.
      3 # https://rasa.com/docs/rasa/messaging-and-voice-channels
      4 
      5 rest:
      6 #  # you don't need to provide anything here - this channel doesn't
      7 #  # require any credentials
      8 
      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 credentials
     31 # for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers.
     32 rasa:
     33   url: "http://localhost:5002/api"