Fixed database packages and added Dockerfile

This commit is contained in:
2022-05-03 10:37:03 +02:00
parent 0b6381e2e1
commit d28244f425
4 changed files with 22 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
BOT_API_KEY=
# Database
DATABASE_CONNECTION=mysql://scott:tiger@localhost/foo
DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo