diff options
author | Christian Rößler | 2014-07-25 15:37:41 +0200 |
---|---|---|
committer | Christian Rößler | 2014-07-25 15:37:41 +0200 |
commit | e65e1287666d7836095768a2dacceb7d71b65029 (patch) | |
tree | d64a2920f8c1dd7d666d1b2fa8c01185d8915570 /config.php.example | |
parent | [slx-admin] config.php renamed to config.php.example, set marker for SSPS (diff) | |
download | slx-admin-e65e1287666d7836095768a2dacceb7d71b65029.tar.gz slx-admin-e65e1287666d7836095768a2dacceb7d71b65029.tar.xz slx-admin-e65e1287666d7836095768a2dacceb7d71b65029.zip |
[slx-admin] commented marker setting
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 5 |
1 files changed, 4 insertions, 1 deletions
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'); |