GuessThePrice/source/.env.example

9 lines
148 B
Plaintext
Raw 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
DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo
# SQLite
# DATABASE_CONNECTION=sqlite:///db.db