From 6a3115ebd53b24e45580cf5fe4425fe3340f91a8 Mon Sep 17 00:00:00 2001 From: Cervinko Cera Date: Wed, 20 Apr 2016 19:19:44 +0200 Subject: [PATCH] support for custom columns --- config.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.ini b/config.ini index e69de29b..d35aa258 100644 --- a/config.ini +++ b/config.ini @@ -0,0 +1,12 @@ +[General] +DB_ROOT = +APP_DB_ROOT = +MAIN_DIR = +LOG_DIR = +PORT = 8083 +NEWEST_BOOKS = 60 +[Advanced] +TITLE_REGEX = ^(A|The|An|Der|Die|Das|Den|Ein|Eine|Einen|Dem|Des|Einem|Eines)\s+ +DEVELOPMENT = 0 +PUBLIC_REG = 0 +UPLOADING = 0