From daf99dff125ab98a4a9d5f52a0d6ff319f2891cb Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Mon, 10 Aug 2020 17:00:57 +0200
Subject: [PATCH] Complete the configuration for the obfuscated (or not)
 download

---
 inc/lektor/config.def | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/inc/lektor/config.def b/inc/lektor/config.def
index 5f1f4473..fcbac934 100644
--- a/inc/lektor/config.def
+++ b/inc/lektor/config.def
@@ -9,10 +9,12 @@ value("port",           "6600")
 value("max_clients",    "16")
 
 section("database")
-value("kara_dir",       "/home/kara")
+value("kara_dir",       "/home/kara") /* All the folder and sub folder
+                                         must be on the same partition */
 value("db_path",        "/home/kara/kara.db")
 
 section("repo")
+value("obfuscate",      "1")
 value("module",         "repo")
 value("name",           "Kurisu")
 value("workers_count",  "5")
-- 
GitLab