From 51c8f7c092c1a3ff76c4b1f6767948ac65b1cbe8 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 27 Mar 2024 09:15:25 +0100 Subject: [PATCH] fix the db location --- apps/todos/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/todos/values.yaml b/apps/todos/values.yaml index 0aff0dd..621b1d1 100644 --- a/apps/todos/values.yaml +++ b/apps/todos/values.yaml @@ -34,6 +34,10 @@ api: frontendUrl: https://todos.kluster.moll.re database: type: sqlite + # The path to the database file. + # This is the default value, you can change it if you want to. + # sqlite: + path: app/vikunja/files/vikunja.db registration: false env: