blob: 941c8b11927441fc43ad4e19bc726683ce5648a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
* Use this file to override any settings from config.php
*
* For descriptions of the options please refer to config.php.
*/
// set this to a 32char random string
$config['encryption_key'] = '';
$config['upload_path'] = FCPATH.'data/uploads';
$config['index_page'] = 'index.php';
$config['cache_backend'] = "dummy";
|