Files
backup-configs/srv/nextcloud-data-local/nextcloud/config/config.php
2026-03-28 10:48:09 +01:00

57 lines
1.4 KiB
PHP

<?php
$CONFIG = array (
'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' => 'nextcloud-redis',
'password' => '',
'port' => 6379,
),
'upgrade.disable-web' => true,
'instanceid' => 'oc9jqantr8wv',
'passwordsalt' => 'IFdgZnn7bRsmww+0zi+Rkqk0zbuRa3',
'secret' => '1BhN2ZDYT6G41qPd9tztbTRoj7RdXRZT4/N/akkfRaJp7qLn',
'trusted_domains' =>
array (
0 => 'nextcloud.focus-on-it.net',
),
'trusted_proxies' =>
array (
0 => 'nextcloud-nginx',
1 => 'traefik',
),
'overwritehost' => 'nextcloud.focus-on-it.net',
'overwriteprotocol' => 'https',
'overwrite.cli.url' => 'https://nextcloud.focus-on-it.net',
'datadirectory' => '/var/www/html/data',
'filesystem_check_changes' => 1,
'dbtype' => 'mysql',
'version' => '33.0.0.16',
'dbname' => 'nextcloud',
'dbhost' => 'nextcloud-db',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'ZDFnJGCBo0PHvq58KItT',
'installed' => true,
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
'maintenance' => false,
);