Current File : //proc/self/root/var/softaculous/osupport/config.php
<?php
define('MYSQL_HOST', '[[softdbhost]]');
define('MYSQL_PORT', '3306');
define('MYSQL_USER', '[[softdbuser]]');
define('MYSQL_PASSWORD', '[[softdbpass]]');
define('MYSQL_DATABASE', '[[softdb]]');