mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
FIx prevent the DATABASE_URI setting from being saved inside the database
This commit is contained in:
parent
9eec9e26c9
commit
25af02e4a4
1 changed files with 2 additions and 0 deletions
|
|
@ -465,6 +465,8 @@ class Database:
|
|||
).delete()
|
||||
|
||||
if config:
|
||||
config.pop("DATABASE_URI", None)
|
||||
|
||||
if config.get("MULTISITE", "no") == "yes":
|
||||
global_values = []
|
||||
db_services = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue