From e65e1287666d7836095768a2dacceb7d71b65029 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 25 Jul 2014 15:37:41 +0200 Subject: [slx-admin] commented marker setting --- config.php.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index 179e1a16..d8fcd11a 100644 --- a/config.php.example +++ b/config.php.example @@ -10,7 +10,10 @@ define('CONFIG_SESSION_TIMEOUT', 86400 * 3); //define('CONFIG_SQL_HOST', 'localhost'); define('CONFIG_SQL_DSN', 'mysql:dbname=openslx;host=localhost'); define('CONFIG_SQL_USER', 'openslx'); -define('CONFIG_SQL_PASS', 'geheim'); +// This marker %MYSQL_OPENSLX_PASS% is meant for automated patching +// via SSPS (satellite server preparation script) - do not change it +// if you plan to run this script afterwards. +define('CONFIG_SQL_PASS', '%MYSQL_OPENSLX_PASS%'); define('CONFIG_SQL_FORCE_UTF8', false); //define('CONFIG_SQL_DB', 'openslx'); -- cgit v1.2.3-55-g7522