Updated deployment docs

This commit is contained in:
2022-06-02 17:38:00 +02:00
parent d7c6414e26
commit 83aa95079b
2 changed files with 28 additions and 7 deletions

View File

@@ -6,4 +6,7 @@ BOT_API_KEY=
DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo?check_same_thread=False
# SQLite
# DATABASE_CONNECTION=sqlite:///db.db?check_same_thread=False
# DATABASE_CONNECTION=sqlite:///db.db?check_same_thread=False
# Timezone
TZ=Europe/Berlin