fix for edit page after upload - reset config.ini

This commit is contained in:
Cervinko Cera 2016-04-20 07:54:28 +02:00
parent 649d54b0f9
commit cfd5b3ab12
1 changed files with 12 additions and 0 deletions

12
config.ini Normal file
View File

@ -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