Update database default DATABASE_URI

This commit is contained in:
TheophileDiot 2022-11-16 17:07:59 +01:00
parent 73668b476f
commit 2154c7f544
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"settings": {
"DATABASE_URI": {
"context": "global",
"default": "sqlite:////data/db.sqlite3",
"default": "sqlite:////var/lib/bunkerweb/db.sqlite3",
"help": "The database URI, following the sqlalchemy format.",
"id": "database-uri",
"label": "The database URI",