change env configuration file

This commit is contained in:
zhangxunhui 2021-08-15 21:27:42 +08:00
parent bac200505e
commit a41b6d7bc4
1 changed files with 5 additions and 1 deletions

View File

@ -4,4 +4,8 @@ APP:
CLIENT_ID:"XXXXXX"
CLIENT_SECRET:"XXXXXX"
MYSQL:
MYSQL_CONNECTION: "mysql+aiomysql://username:password@host:port/dbname"
HOST: "127.0.0.1"
PORT: 3306
USER: "your username"
PASSWORD: "your password"
DB: "pr-decision-bot"