diff --git a/inc/lektor/config.def b/inc/lektor/config.def index 5f1f447301ca10f030c582ec7d926b9b6a8d2f70..fcbac934f28b4051bdcf1189ec9d4e563a13e3da 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")