added example
This commit is contained in:
commit
38f004d705
13
.env.example
Normal file
13
.env.example
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# MYSQL Database
|
||||||
|
MYSQL_HOST=
|
||||||
|
MYSQL_PORT=
|
||||||
|
MYSQL_DATABASE=
|
||||||
|
MYSQL_USER=
|
||||||
|
MYSQL_PASSWORD=
|
||||||
|
|
||||||
|
# Telegram bot api key
|
||||||
|
BOT_API_KEY=""
|
||||||
|
NEWS_API_KEY=""
|
||||||
|
|
||||||
|
# Flask secret key
|
||||||
|
SECRET_KEY=
|
Loading…
Reference in New Issue
Block a user