<?php
$CONFIG = array (
'instanceid' => '123123123',
'passwordsalt' => '123123123',
'secret' => 'jLU2/UIx0CBS8123123123EjsOi',
'trusted_domains' =>
array (
0 => '192.168.1.13',
1 => 'mydomain',
),
'trusted_proxies' =>
array (
0 => '192.168.1.37',
),
'datadirectory' => '/nextcloud',
'dbtype' => 'mysql',
'version' => '25.0.2.3',
'overwrite.cli.url' => 'https://mydomain',
'overwritehost' => 'mydomain',
'overwriteprotocol' => 'https',
'htaccess.RewriteBase' => '/',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'pavelcdn',
'dbpassword' => '123123123',
'installed' => true,
'force_language' => 'ru',
'force_locale' => 'ru_RU',
'default_phone_region' => 'UA',
'auth.bruteforce.protection.enabled' => false,
'versions_retention_obligation' => '30,120',
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => true,
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
),
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'smtp.gmail.com',
'mail_sendmailmode' => 'smtp',
'mail_smtpsecure' => 'ssl',
'mail_smtpport' => '465',
'mail_domain' => 'gmail.com',
'mail_from_address' => 'pavelklon',
'mail_smtpauthtype' => '123123',
'mail_smtpauth' => 1,
'mail_smtpname' => '123123',
'mail_smtppassword' => '123123',
'defaultapp' => 'files',
);