<?php
$CONFIG = array (
'htaccess.RewriteBase' => '/',
'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'redis',
'password' => '',
'port' => 6379,
),
'instanceid' => 'oc3n7g8ft5g7',
'overwrite.cli.url' => 'https://domainname.com',
'trusted_domains' =>
array (
0 => 'domainname.com',
1 => '192.168.2.19',
2 => '192.168.2.10',
3 => '153.XXX.XXX.XXX',
),
'trusted_proxies' =>
array (
0 => '192.168.2.10',
),
);