Current Path : /proc/thread-self/root/proc/thread-self/root/var/softaculous/cumulus/ |
Current File : //proc/thread-self/root/proc/thread-self/root/var/softaculous/cumulus/config.php |
<?php // Database Credentials define ('DB_HOST', '[[softdbhost]]'); define ('DB_PORT', '3306'); define ('DB_USER', '[[softdbuser]]'); define ('DB_PASS', '[[softdbpass]]'); define ('DB_NAME', '[[softdb]]'); define ('DB_PREFIX', '[[dbprefix]]'); // FTP Credentials define ('FTP_HOST', ''); define ('FTP_USER', ''); define ('FTP_PASS', ''); define ('FTP_PATH', ''); define ('FTP_SSL', false);