mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-28 03:56:43 +02:00
Fix syntax error
This commit is contained in:
parent
23bad0e042
commit
fd236e4ea5
@ -18,7 +18,7 @@ DEFAULT_CONFIG = {
|
||||
'DB_PW': None,
|
||||
'DB_HOST': 'database',
|
||||
'DB_NAME': 'mailu',
|
||||
'SQLITE_DATABASE_FILE':'data/main.db'
|
||||
'SQLITE_DATABASE_FILE':'data/main.db',
|
||||
'SQLALCHEMY_DATABASE_URI': 'sqlite:////data/main.db',
|
||||
'SQLALCHEMY_TRACK_MODIFICATIONS': False,
|
||||
# Statistics management
|
||||
|
Loading…
x
Reference in New Issue
Block a user