Switch to MariaDB database

This commit is contained in:
Lexi / Zoe 2022-04-15 03:10:10 +02:00
parent 4b9d973f40
commit 7755bfb46d
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
4 changed files with 89 additions and 52 deletions

View file

@ -2,5 +2,5 @@
SECRET_KEY: 'development'
# Database configuration
SQLALCHEMY_DATABASE_URI: 'sqlite:////tmp/test.db'
SQLALCHEMY_DATABASE_URI: 'mysql+pymysql://tofu:development@db/tofu?charset=utf8mb4'
SQLALCHEMY_ECHO: false