Config Datei

####
),
 'filelocking.enabled' => true,
 'memcache.locking' => '\\OC\\Memcache\\Redis',
 'memcache.local' => '\\OC\\Memcache\\Redis',
 'memcache.distributed' => '\\OC\\Memcache\\Redis',
 'redis' =>
 array (
   'host' => 'localhost',
   'port' => 6379,
   'timeout' => 0.0,
   'password' => '',
 ),
#####
'default_phone_region' => 'DE',
#####
'skeletondirectory' => '',
####
 'versions_retention_obligation' => 'auto',
 'trashbin_retention_obligation' => 'auto, 7',
####