Nextcloud config.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,
),
),
'updatechecker' => false,
'check_for_working_wellknown_setup' => false,
'log_type' => 'errorlog',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '127.0.0.1',
'password' => '',
'port' => 6379,
),
'overwritehost' => 'cloud.domain.tld',
'overwriteprotocol' => 'https',
'mail_smtpmode' => 'smtp',
'mail_smtphost' => '10.5.4.1',
'mail_smtpport' => '25',
'mail_smtpsecure' => 'none',
'mail_smtpauth' => false,
'mail_smtpauthtype' => 'PLAIN',
'mail_smtpname' => '',
'mail_from_address' => 'no-reply',
'mail_domain' => 'mrmarkuz.com',
'mail_smtppassword' => '',
'passwordsalt' => 'salt',
'secret' => 'secret',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'domain.mrmarkuz.tld',
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'mysql',
'version' => '30.0.7.2',
'overwrite.cli.url' => 'https://localhost',
'dbname' => 'nextcloud',
'dbhost' => '127.0.0.1',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'nextcloud',
'installed' => true,
'instanceid' => 'ocayly1pjue5',
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
'mail_smtpstreamoptions' =>
array (
'ssl' =>
array (
'allow_self_signed' => true,
'verify_peer' => false,
'verify_peer_name' => false,
),
),
'loglevel' => 2,
'maintenance' => false,
'trusted_proxies' =>
array (
0 => '127.0.0.1',
1 => 'localhost',
),
0 => '',
1 => '',
'maintenance_window_start' => 1,
'app_install_overwrite' =>
array (
0 => 'richdocuments',
),
);