summaryrefslogtreecommitdiffstats
path: root/application/config/example/config-local.php
blob: d092d42060831c7acccff245e4e4510baecdb592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

/*
 * Use this file to override any settings from config.php
 */

// set this to a 32char random string
$config['encryption_key'] = '';

// shouldn't be served by the webserver
$config['upload_path'] = FCPATH.'data/uploads';

$config['contact_me_url'] = '';