leftypol_vichan/inc/instance-config.php
2023-01-14 05:50:40 -01:00

23 lines
464 B
PHP
Executable File

<?php
/*
* Instance Configuration
* ----------------------
* Edit this file and not config.php for imageboard configuration.
*
* You can copy values from config.php (defaults) and paste them here.
*/
// Database stuff
$config['db']['type'] = 'mysql';
$config['db']['server'] = 'localhost';
$config['db']['user'] = '';
$config['db']['password'] = '';
$config['db']['database'] = '';
//$config['root'] = '/';
?>