From 2154c7f5441f962fb0251b0ea03c733e6916eb52 Mon Sep 17 00:00:00 2001 From: TheophileDiot Date: Wed, 16 Nov 2022 17:07:59 +0100 Subject: [PATCH] Update database default DATABASE_URI --- src/common/core/db/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/core/db/plugin.json b/src/common/core/db/plugin.json index 76109b30..704c69d9 100644 --- a/src/common/core/db/plugin.json +++ b/src/common/core/db/plugin.json @@ -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",