BossBey File Manager
PHP:
7.2.34
OS:
Linux
User:
tcommcom
Root
/
var
/
softaculous
/
cpg
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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]]';
Save
Cancel