aboutsummaryrefslogtreecommitdiffstats
path: root/config/memcached.yml-example
diff options
context:
space:
mode:
Diffstat (limited to 'config/memcached.yml-example')
-rw-r--r--config/memcached.yml-example15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/memcached.yml-example b/config/memcached.yml-example
deleted file mode 100644
index e5d486674..000000000
--- a/config/memcached.yml-example
+++ /dev/null
@@ -1,15 +0,0 @@
-defaults:
- namespace: whatdotheyknow
- sessions: false
- client: memcache-client
-development:
- disabled: true
- # servers:
- # - 127.0.0.1:11211 # Default host and port
-production:
- servers:
- - 127.0.0.1:11211 # Default host and port
- # debug: true
- # memory: 256
- # benchmarking: false
-