freenetis-github/config-sample.php @ master
8baed187 | Michal Kliment | <?php defined('SYSPATH') or die('No direct script access.');
|
|
$config['db_name'] = 'freenetis';
|
|||
$config['db_host'] = 'localhost';
|
|||
$config['db_user'] = 'freenetis';
|
|||
$config['db_password'] = 'password';
|
|||
$config['protocol'] = 'http';
|
|||
$config['log_threshold'] = 1;
|