summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-07-01 15:06:05 +0200
committerTilo Spannagel <development@tilosp.de>2017-07-01 15:06:05 +0200
commitf4309b27dcce2def787aba243582a2a841b0f33e (patch)
tree5e12edd934930974e622f6ed503f16868716de5f /.config
parent40212aaa24b8cc9947aa8f20a20e90a59a012121 (diff)
Add apcu.config.php
Diffstat (limited to '.config')
-rw-r--r--.config/apcu.config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/apcu.config.php b/.config/apcu.config.php
new file mode 100644
index 00000000..69fed876
--- /dev/null
+++ b/.config/apcu.config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+ 'memcache.local' => '\OC\Memcache\APCu',
+);