?
Current Path : /var/softaculous/cpg/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : //var/softaculous/cpg/config.inc.php |
<?php // Coppermine configuration file // Database configuration $CONFIG['dbtype'] = 'mysqli'; // Your database type $CONFIG['dbserver'] = '[[softdbhost]]'; // Your database server $CONFIG['dbuser'] = '[[softdbuser]]'; // Your database username $CONFIG['dbpass'] = '[[softdbpass]]'; // Your database password $CONFIG['dbname'] = '[[softdb]]'; // Your database name // DATABASE TABLE NAMES PREFIX $CONFIG['TABLE_PREFIX'] = '[[dbprefix]]';