summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-11 14:33:18 +0200
committerSimon Rettberg2014-06-11 14:33:18 +0200
commitb523b2ef273f5c2d0b37a0a5a17035e780689b74 (patch)
tree1005e10aee96d11722645decb13d5aec31097aae /config.php
parentMinor bug fixes and removal of dead code (diff)
downloadslx-admin-b523b2ef273f5c2d0b37a0a5a17035e780689b74.tar.gz
slx-admin-b523b2ef273f5c2d0b37a0a5a17035e780689b74.tar.xz
slx-admin-b523b2ef273f5c2d0b37a0a5a17035e780689b74.zip
Improved some help text :)
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');