diff --git a/chatbot/endpoints.yml b/chatbot/endpoints.yml deleted file mode 100644 index 1128e1d..0000000 --- a/chatbot/endpoints.yml +++ /dev/null @@ -1,42 +0,0 @@ -# This file contains the different endpoints your bot can use. - -# Server where the models are pulled from. -# https://rasa.com/docs/rasa/model-storage#fetching-models-from-a-server - -#models: -# url: http://my-server.com/models/default_core@latest -# wait_time_between_pulls: 10 # [optional](default: 100) - -# Server which runs your custom actions. -# https://rasa.com/docs/rasa/custom-actions - -#action_endpoint: -# url: "http://localhost:5055/webhook" - -# Tracker store which is used to store the conversations. -# By default the conversations are stored in memory. -# https://rasa.com/docs/rasa/tracker-stores - -#tracker_store: -# type: redis -# url: -# port: -# db: -# password: -# use_ssl: - -#tracker_store: -# type: mongod -# url: -# db: -# username: -# password: - -# Event broker which all conversation events should be streamed to. -# https://rasa.com/docs/rasa/event-brokers - -#event_broker: -# url: localhost -# username: username -# password: password -# queue: queue