change env configuration file
This commit is contained in:
parent
bac200505e
commit
a41b6d7bc4
|
@ -4,4 +4,8 @@ APP:
|
||||||
CLIENT_ID:"XXXXXX"
|
CLIENT_ID:"XXXXXX"
|
||||||
CLIENT_SECRET:"XXXXXX"
|
CLIENT_SECRET:"XXXXXX"
|
||||||
MYSQL:
|
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"
|
Loading…
Reference in New Issue