diff --git a/chatbot/credentials.yml b/chatbot/credentials.yml deleted file mode 100644 index e9f1291..0000000 --- a/chatbot/credentials.yml +++ /dev/null @@ -1,33 +0,0 @@ -# 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: "" -# secret: "" -# page-access-token: "" - -#slack: -# slack_token: "" -# slack_channel: "" -# slack_signing_secret: "" - -#socketio: -# user_message_evt: -# bot_message_evt: -# session_persistence: - -#mattermost: -# url: "https:///api/v4" -# token: "" -# webhook_url: "" - -# This entry is needed if you are using Rasa Enterprise. The entry represents credentials -# for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers. -rasa: - url: "http://localhost:5002/api"