Switch to MariaDB database
This commit is contained in:
parent
4b9d973f40
commit
7755bfb46d
4 changed files with 89 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue