Create .env.example
This commit is contained in:
parent
9f629dc5a0
commit
e82b614265
9
.env.example
Normal file
9
.env.example
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
MYSQL_HOST=<mysql-host>
|
||||||
|
MYSQL_PORT=<mysql-port>
|
||||||
|
MYSQL_DATABASE=<mysql-database>
|
||||||
|
MYSQL_USER=<mysql-user>
|
||||||
|
MYSQL_PASSWORD=<mysql-password>
|
||||||
|
|
||||||
|
BOT_API_KEY=<bot-api-key>
|
||||||
|
|
||||||
|
SECRET_KEY=<flask-secret-key>
|
Loading…
Reference in New Issue
Block a user