Initial backup import
This commit is contained in:
56
srv/nextcloud-data-local/nextcloud/config/config.php
Normal file
56
srv/nextcloud-data-local/nextcloud/config/config.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?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,
|
||||
);
|
||||
Reference in New Issue
Block a user