GuessThePrice/source/.env.example

12 lines
225 B
Plaintext
Raw Permalink Normal View History

2022-05-02 15:34:16 +00:00
# Bot
2022-05-02 15:22:50 +00:00
BOT_API_KEY=
2022-05-02 15:34:16 +00:00
# Database
2022-05-03 11:39:53 +00:00
# MySQL
2022-05-09 15:18:45 +00:00
DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo?check_same_thread=False
2022-05-03 11:39:53 +00:00
# SQLite
2022-06-02 15:38:00 +00:00
# DATABASE_CONNECTION=sqlite:///db.db?check_same_thread=False
# Timezone
TZ=Europe/Berlin