From fdfa241d4c00fa5e27e37d09c0307a6565ca47a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Ke=C3=9Fler?= Date: Fri, 2 Sep 2022 22:41:16 +0200 Subject: [PATCH] removed --- webroot/config/config.php | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 webroot/config/config.php diff --git a/webroot/config/config.php b/webroot/config/config.php deleted file mode 100644 index 5c28238..0000000 --- a/webroot/config/config.php +++ /dev/null @@ -1,42 +0,0 @@ -. - */ -# set to true if you need debug messages in error log file -const DEBUG = true; -# set to ture if you need query log messages in error log file. -const QUERY_DEBUG = true; - -# timezone settings -const TIMEZONE = 'Europe/Berlin'; - -# path settings -const PATH_ABSOLUTE = '/home/some/path/emere/'; -const PATH_LOGDIRECTORY = PATH_ABSOLUTE . '/log'; - -# database config -const DB_HOST = '127.0.0.1'; -const DB_USERNAME = 'user'; -const DB_PASSWORD = 'test'; -const DB_NAME = 'emere'; -const DB_PREFIX = 'emere'; # a _ is added automatically as separation - -# session -const SESSION_LIFETIME = 43200; // 8 hours -const SESSION_NAME = "emere-session"; -const SESSION_SAVE_PATH = PATH_LOGDIRECTORY . '/session'; -- 2.39.5