|
<?php defined('SYSPATH') or die('No direct script access.');
|
|
|
|
$config['db_type'] = 'mysql';
|
|
|
|
$config['db_name'] = 'freenetis';
|
|
|
|
$config['db_host'] = 'localhost';
|
|
|
|
$config['db_user'] = 'freenetis';
|
|
|
|
$config['db_password'] = 'password';
|
|
|
|
$config['protocol'] = 'http';
|
|
|
|
$config['log_threshold'] = 1;
|