summaryrefslogtreecommitdiffstats
path: root/application/config/example/config-local.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-08-28 13:08:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-28 14:00:31 +0200
commit9f73bdbc9c19570768f24e1fbb672a59afbf5f1b (patch)
tree40efb764ad652a6f7c18c7ff9e9d8e40a7f6bdd7 /application/config/example/config-local.php
parentfdcead0d5cb071f2dd7c1659ae91dd4116809518 (diff)
Move most config files back to app/config/
Apart from database.php, config.php and memcache.php the files shouldn't be different so we can just track them in the repo. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/config/example/config-local.php')
-rw-r--r--application/config/example/config-local.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/application/config/example/config-local.php b/application/config/example/config-local.php
new file mode 100644
index 000000000..d092d4206
--- /dev/null
+++ b/application/config/example/config-local.php
@@ -0,0 +1,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'] = '';