mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
MySQL Galera workaround (#416)
This commit is contained in:
@@ -58,6 +58,7 @@ DATABASES = {
|
||||
'CONN_MAX_AGE': 0 if db_backend == 'sqlite3' else 120
|
||||
}
|
||||
}
|
||||
DATABASE_IS_GALERA = config.getboolean('database', 'galera', fallback=False)
|
||||
|
||||
STATIC_URL = config.get('urls', 'static', fallback='/static/')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user