diff options
author | Simon Rettberg | 2020-01-07 15:44:14 +0100 |
---|---|---|
committer | Simon Rettberg | 2020-01-07 15:44:14 +0100 |
commit | 0f90ba5b4a382ffd923676316d641b68d17876ce (patch) | |
tree | 78deecc6c171f3ec02f5aebefd01254154829f44 /config.php.example | |
parent | [rebootcontrol] Implement deletion of jump host (diff) | |
download | slx-admin-0f90ba5b4a382ffd923676316d641b68d17876ce.tar.gz slx-admin-0f90ba5b4a382ffd923676316d641b68d17876ce.tar.xz slx-admin-0f90ba5b4a382ffd923676316d641b68d17876ce.zip |
[inc/Taskmanager] Switch to new TCP interface
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index cb54a05d..455840ff 100644 --- a/config.php.example +++ b/config.php.example @@ -13,6 +13,8 @@ define('CONFIG_SQL_PASS', '%MYSQL_OPENSLX_PASS%'); // Set this to true if you mysql server doesn't default to UTF-8 on new connections define('CONFIG_SQL_FORCE_UTF8', true); +define('CONFIG_TM_PASSWORD', '%TM_OPENSLX_PASS%'); + define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs'); define('CONFIG_TFTP_DIR', '/srv/openslx/tftp'); |