diff options
author | Simon Rettberg | 2014-06-11 14:33:18 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-06-11 14:33:18 +0200 |
commit | b523b2ef273f5c2d0b37a0a5a17035e780689b74 (patch) | |
tree | 1005e10aee96d11722645decb13d5aec31097aae /config.php | |
parent | Minor bug fixes and removal of dead code (diff) | |
download | slx-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.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'); |