<?php
$CONFIG = array (
'instanceid' => 'xxxxxxxxxxxx',
'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxx,
'trusted_domains' =>
array (
0 => 'meinesub.domain.net',
1 => 'meine.domain.net',
2 => 'DSname',
3 => 'ddns.synology.me',
4 => '192.168.0.110',
),
'datadirectory' => '/volume1/ncdata',
'overwrite.cli.url' => 'https://ddns.synology.me/nextcloud',
'dbtype' => 'mysql',
'version' => '15.0.7.0',
'dbname' => 'nc',
'dbhost' => '192.168.0.110:3307',
'dbtableprefix' => 'oc_',
'dbuser' => 'xxxxx',
'dbpassword' => 'xxxxxxx',
'logtimezone' => 'Europe/Berlin',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'mail_from_address' => 'nextcloud',
'mail_smtpmode' => 'smtp',
'mail_domain' => 'domain.net',
'loglevel' => 2,
'updater.server.url' => 'https://updates.nextcloud.org/updater_server/',
'maintenance' => false,
'theme' => '',
'updater.release.channel' => 'stable',
'filelocking.enabled' => true,
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
'timeout' => 0,
'password' => '',
'dbindex' => 0,
),
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'xxxxxxx',
'mail_smtpport' => '587',
'mail_smtpname' => 'xxxxxx',
'mail_smtppassword' => 'xxxxxxxx',
'mysql.utf8mb4' => true,
);