From b8c11565a4a7aa649e9d6097ecb458df96b205b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:47:21 +0100 Subject: [PATCH] Update config.json --- firefly_iii/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefly_iii/config.json b/firefly_iii/config.json index 65e2052a9..788607c96 100644 --- a/firefly_iii/config.json +++ b/firefly_iii/config.json @@ -10,7 +10,7 @@ "map": ["config:rw", "share:rw", "ssl"], "name": "Firefly iii", "options": { - "DB_CONNECTION": "sqlite", + "DB_CONNECTION": "sqlite_internal", "APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO", "CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml" },