mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add DB parameter to app configuration in web UI
This commit is contained in:
parent
162aad86c0
commit
ec29c70d90
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ try:
|
|||
DARK_MODE=False,
|
||||
CURRENT_TOTP_TOKEN=None,
|
||||
SCRIPT_NONCE=sha256(urandom(32)).hexdigest(),
|
||||
DB=db,
|
||||
)
|
||||
except FileNotFoundError as e:
|
||||
app.logger.error(repr(e), e.filename)
|
||||
|
|
|
|||
Loading…
Reference in a new issue