D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
var
/
softaculous
/
cpg
/
Filename :
config.inc.php
back
Copy
<?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]]';