From b523b2ef273f5c2d0b37a0a5a17035e780689b74 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 11 Jun 2014 14:33:18 +0200 Subject: Improved some help text :) --- config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php') 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'); -- cgit v1.2.3-55-g7522