From 90da51ad7e3e2144f1d2454df04fe96c8f07d0df Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 15 Jul 2018 18:31:43 +0200 Subject: [PATCH] Updated sample config --- config.ini.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ini.sample b/config.ini.sample index 2f8dfd5560f..c7bccc9324a 100644 --- a/config.ini.sample +++ b/config.ini.sample @@ -8,7 +8,7 @@ Type = mysql User = root Password = supersecret Host = 127.0.0.1 -Database = library +Database = vikunja ShowQueries = false ; When using sqlite, this is the path where to store the data -; Path = ./library.db \ No newline at end of file +; Path = ./vikunja.db \ No newline at end of file