mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-15 13:33:21 +02:00
Merge pull request #842 from nathan-sain/patch-1
Update SQLite DB file in DEFAULT_CONFIG and DB_TEMPLATES
This commit is contained in:
commit
0f1ce2ce7e
@ -18,6 +18,7 @@ DEFAULT_CONFIG = {
|
||||
'DB_PW': None,
|
||||
'DB_HOST': 'database',
|
||||
'DB_NAME': 'mailu',
|
||||
'SQLITE_DATABASE_FILE':'data/main.db',
|
||||
'SQLALCHEMY_DATABASE_URI': 'sqlite:////data/main.db',
|
||||
'SQLALCHEMY_TRACK_MODIFICATIONS': False,
|
||||
# Statistics management
|
||||
@ -66,7 +67,7 @@ class ConfigManager(dict):
|
||||
"""
|
||||
|
||||
DB_TEMPLATES = {
|
||||
'sqlite': 'sqlite:////{DB_HOST}',
|
||||
'sqlite': 'sqlite:////{SQLITE_DATABASE_FILE}',
|
||||
'postgresql': 'postgresql://{DB_USER}:{DB_PW}@{DB_HOST}/{DB_NAME}',
|
||||
'mysql': 'mysql://{DB_USER}:{DB_PW}@{DB_HOST}/{DB_NAME}'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user