====== Understanding What is "/system/database.php" file: ====== ---- ==== Chat settings: ==== define('BOOM_PREFIX', 'tc_'); define('BOOM_DOMAIN', ''); ==== Redis server setup: ==== define('REDIS_IP', '127.0.0.1'); define('REDIS_PORT', 6379); define('REDIS_TIMEOUT', 0.2); define('REDIS_PASS', ''); ==== Codychat database setup: ==== define('BOOM_DHOST', 'localhost'); define('BOOM_DUSER', 'root'); define('BOOM_DPASS', 'mypasswd'); define('BOOM_DNAME', 'codychat'); ====Chat absolute route: ==== define('BOOM_PATH', dirname(__DIR__)); ====Chat Encryptation key used for passwords, if you change this value nobody will be able to login: ==== define('BOOM_CRYPT', 'B79d1-abe28d92fc2daOc5-4b1a-0O65be71Mcc'); ====Chat install state 1=Installed, 0=Not installed: ==== define('BOOM_INSTALL', 1); define('BOOM', 1);