92 lines
2.6 KiB
PHP
92 lines
2.6 KiB
PHP
|
|
<?php
|
||
|
|
$CONFIG = array (
|
||
|
|
'instanceid' => 'oc4gc9expjd1',
|
||
|
|
'passwordsalt' => '3Hq8xzxWFMJ4LYgHOuioVr9QmHrmJY',
|
||
|
|
'secret' => 'exelHJxpGqrEseQQZJF0WUDh9Om2+/Ztg4SUPqXfRRbpCswe',
|
||
|
|
'trusted_domains' =>
|
||
|
|
array (
|
||
|
|
0 => 'files.rsmsn.co',
|
||
|
|
1 => 'auth.rsmsn.co',
|
||
|
|
2 => '192.168.200.52',
|
||
|
|
3 => 'overras.duckdns.org',
|
||
|
|
5 => '192.168.200.50',
|
||
|
|
6 => '*.rsmsn.co',
|
||
|
|
),
|
||
|
|
'trusted_proxies' =>
|
||
|
|
array (
|
||
|
|
0 => 'localhost',
|
||
|
|
1 => '192.168.200.52',
|
||
|
|
),
|
||
|
|
'overwriteprotocol' => 'https',
|
||
|
|
'overwrite.cli.url' => 'https://files.rsmsn.co/',
|
||
|
|
'overwritehost' => 'files.rsmsn.co',
|
||
|
|
'datadirectory' => '/srv/nextcloud/data',
|
||
|
|
'dbtype' => 'mysql',
|
||
|
|
'version' => '28.0.4.1',
|
||
|
|
'dbname' => 'nextcloud',
|
||
|
|
'dbhost' => 'localhost',
|
||
|
|
'dbport' => '',
|
||
|
|
'dbtableprefix' => 'oc_',
|
||
|
|
'mysql.utf8mb4' => true,
|
||
|
|
'dbuser' => 'nextcloud',
|
||
|
|
'dbpassword' => 'B%nf*P3hpf$',
|
||
|
|
'installed' => true,
|
||
|
|
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
|
||
|
|
'mail_from_address' => 'no-reply-web',
|
||
|
|
'mail_smtpmode' => 'smtp',
|
||
|
|
'mail_sendmailmode' => 'smtp',
|
||
|
|
'mail_domain' => 'rsmsn.co',
|
||
|
|
'mail_smtpauthtype' => 'LOGIN',
|
||
|
|
'mail_smtphost' => 'monday.mxrouting.net',
|
||
|
|
'mail_smtpport' => '587',
|
||
|
|
'mail_smtpsecure' => 'tls',
|
||
|
|
'maintenance' => false,
|
||
|
|
'maintenance_window_start' => 5,
|
||
|
|
'theme' => '',
|
||
|
|
'loglevel' => 0,
|
||
|
|
'log_type' => 'file',
|
||
|
|
'syslog_tag' => 'Nextcloud',
|
||
|
|
'logfile' => '/var/log/apache2/nextcloud.log',
|
||
|
|
'logdateformat' => 'F d, Y H:i:s',
|
||
|
|
'default_locale' => 'en_US',
|
||
|
|
'default_phone_region' => 'US',
|
||
|
|
'force_locale' => 'en_US',
|
||
|
|
'allow_user_to_change_display_name' => true,
|
||
|
|
'lost_password_link' => 'disabled',
|
||
|
|
'social_login_auto_redirect' => false,
|
||
|
|
'mail_smtpauth' => 1,
|
||
|
|
'mail_smtpname' => 'no-reply-web@rsmsn.co',
|
||
|
|
'mail_smtppassword' => 'u5BZKt62z*7xp&',
|
||
|
|
'app_install_overwrite' =>
|
||
|
|
array (
|
||
|
|
0 => 'richdocumentscode_arm64',
|
||
|
|
1 => 'richdocumentscode',
|
||
|
|
),
|
||
|
|
'memories.exiftool' => '/srv/nextcloud/apps/memories/bin-ext/exiftool-amd64-glibc',
|
||
|
|
'memories.vod.path' => '/srv/nextcloud/apps/memories/bin-ext/go-vod-amd64',
|
||
|
|
'memories.index.mode' => '3',
|
||
|
|
'memcache.local' => '\\OC\\Memcache\\Redis',
|
||
|
|
'memcache.distributed' => '\\OC\\Memcache\\Redis',
|
||
|
|
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||
|
|
'opcache.interned_strings_buffer' => 8,
|
||
|
|
'redis' =>
|
||
|
|
array (
|
||
|
|
'host' => 'localhost',
|
||
|
|
'port' => 6379,
|
||
|
|
),
|
||
|
|
'enabledPreviewProviders' =>
|
||
|
|
array (
|
||
|
|
0 => 'OC\\Preview\\Image',
|
||
|
|
1 => 'OC\\Preview\\HEIC',
|
||
|
|
2 => 'OC\\Preview\\TIFF',
|
||
|
|
),
|
||
|
|
'twofactor_enforced' => 'true',
|
||
|
|
'twofactor_enforced_groups' =>
|
||
|
|
array (
|
||
|
|
0 => 'family',
|
||
|
|
),
|
||
|
|
'twofactor_enforced_excluded_groups' =>
|
||
|
|
array (
|
||
|
|
),
|
||
|
|
);
|