<?php
$CONFIG = array (
'instanceid' => 'xxxxxxxxx',
'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'trusted_domains' =>
array (
0 => 'meinedomain',
1 => '192.168.xx.xx',
),
'trusted_proxies' =>
array (
0 => '192.168.xx.xx',
1 => '192.168.xx.xx/xx',
2 => '127.0.0.1',
3 => '::1',
),
'filesystem_check_changes' => 1,
'datadirectory' => '/volume1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'dbtype' => 'mysql',
'version' => '25.0.0.18',
'overwrite.cli.url' => 'https://meinedomain',
'overwriteprotocol' => 'https',
'htaccess.RewriteBase' => '/',
'overwritehost' => 'meinedomain',
'sharing.interal_shares_accepted' => true,
'dbname' => 'xxxx',
'dbhost' => '127.0.0.1:3307',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'installed' => true,
'default_phone_region' => 'DE',
'default_language' => 'de',
'force_language' => 'de',
'default_locale' => 'de_DE',
'force_locale' => 'de_DE',
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => true,
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => '6379',
'timeout' => '0.0',
),
'activity_expire_days' => 90,
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'mail_sendmailmode' => 'smtp',
'mail_smtpsecure' => 'tls',
'mail_smtpport' => '587',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_from_address' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'mail_domain' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'mail_smtpname' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'mail_smtppassword' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'skeletondirectory' => '',
'auth.webauthn.enabled' => false,
'maintenance' => false,
'trashbin_retention_obligation' => 'auto, 31',
'theme' => '',
'log_type' => 'file',
'logtimezone' => 'Europe/Berlin',
'loglevel' => 2,
'logfile' => '/volume1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/nextcloud.log',
'preview_max_x' => '512',
'preview_max_y' => '512',
'jpeg_quality' => '60',
'data-fingerprint' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'updater.release.channel' => 'stable',
'allow_local_remote_servers' => true,
'app_install_overwrite' =>
array (
),
'twofactor_enforced' => 'false',
'twofactor_enforced_groups' =>
array (
),
'twofactor_enforced_excluded_groups' =>
array (
),
);