summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php b/config.php
index 90422a05..179e1a16 100644
--- a/config.php
+++ b/config.php
@@ -11,6 +11,7 @@ define('CONFIG_SESSION_TIMEOUT', 86400 * 3);
define('CONFIG_SQL_DSN', 'mysql:dbname=openslx;host=localhost');
define('CONFIG_SQL_USER', 'openslx');
define('CONFIG_SQL_PASS', 'geheim');
+define('CONFIG_SQL_FORCE_UTF8', false);
//define('CONFIG_SQL_DB', 'openslx');
define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs');
@@ -22,3 +23,4 @@ define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot');
define('CONFIG_IPXE_DIR', '/opt/openslx/ipxe');
+define('CONFIG_VMSTORE_DIR', '/srv/openslx/nfs');