From e0432a9ad7fb85bd5eb5f4360e4520b527e79bf4 Mon Sep 17 00:00:00 2001 From: Cervinko Cera Date: Wed, 20 Apr 2016 00:29:53 +0200 Subject: [PATCH] fix for edit page after upload --- config.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.ini b/config.ini index 8f265869..1bca2dc1 100644 --- a/config.ini +++ b/config.ini @@ -1,12 +1,12 @@ [General] -DB_ROOT = /home/christoph/Calibre-Bibliothek_test -APP_DB_ROOT = /home/christoph/computer/calibre-web -MAIN_DIR = /home/christoph/computer/calibre-web -LOG_DIR = /home/christoph/computer/calibre-web +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 = 1 +DEVELOPMENT = 0 PUBLIC_REG = 0 -UPLOADING = 1 +UPLOADING = 0