You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracker_store:
type: SQL
dialect: "mysql+pymysql" # the dialect used to interact with the db
url: "localhost" # (optional) host of the sql db, e.g. "localhost"
port: 3306
db: "rasa" # path to your db
username: "your username" # username used for authentication
password: "your password" # password used for authentication
我用的是docker neo4j跑得数据库graph后端,请问endpoints.yml的tracker_store如何设置
The text was updated successfully, but these errors were encountered: