|
@@ -314,4 +314,14 @@ $CONFIG = array( |
|
|
'upgrade.disable-web' => true, |
|
|
'upgrade.disable-web' => true, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Enable memcache |
|
|
|
|
|
*/ |
|
|
|
|
|
'memcache.local' => '\OC\Memcache\APCu', |
|
|
|
|
|
'memcache.distributed' => '\OC\Memcache\Memcached', |
|
|
|
|
|
'memcached_servers' => array( |
|
|
|
|
|
array('localhost', 11211), |
|
|
|
|
|
), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
); |
|
|
); |