Committing the script.
This commit is contained in:
@ -0,0 +1,54 @@
|
||||
<?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',
|
||||
4 => '*.rsmsn.co',
|
||||
5 => '192.168.200.50',
|
||||
),
|
||||
'datadirectory' => '/srv/nextcloud/data',
|
||||
'dbtype' => 'mysql',
|
||||
'version' => '24.0.5.1',
|
||||
'overwrite.cli.url' => 'https://files.rsmsn.co',
|
||||
'overwritehost' => 'files.rsmsn.co',
|
||||
'dbname' => 'nextcloud',
|
||||
'dbhost' => 'localhost',
|
||||
'dbport' => '',
|
||||
'dbtableprefix' => 'oc_',
|
||||
'mysql.utf8mb4' => true,
|
||||
'dbuser' => 'nextcloud',
|
||||
'dbpassword' => 'B%nf*P3hpf$',
|
||||
'installed' => true,
|
||||
'mail_from_address' => 'info',
|
||||
'mail_smtpmode' => 'smtp',
|
||||
'mail_sendmailmode' => 'smtp',
|
||||
'mail_domain' => 'rsmsn.co',
|
||||
'mail_smtpauthtype' => 'PLAIN',
|
||||
'mail_smtphost' => 'monday.mxrouting.net',
|
||||
'mail_smtpport' => '587',
|
||||
'mail_smtpsecure' => 'ssl',
|
||||
'maintenance' => false,
|
||||
'theme' => '',
|
||||
'loglevel' => 2,
|
||||
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
|
||||
'default_locale' => 'en_US',
|
||||
'default_phone_region' => 'US',
|
||||
'force_locale' => 'en_US',
|
||||
'allow_user_to_change_display_name' => true,
|
||||
'session_lifetime' => 86400,
|
||||
'memcache.local' => '\\OC\\Memcache\\Redis',
|
||||
'memcache.distributed' => '\\OC\\Memcache\\Redis',
|
||||
'redis' =>
|
||||
array (
|
||||
'host' => 'localhost',
|
||||
'port' => 6379,
|
||||
),
|
||||
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||
'updater.secret' => '$2y$10$tbm0qnhhkFzm9sod9RsrI.DMgdr3X.IgCAq7maSlvaZ8RRxtS03DW',
|
||||
);
|
||||
Reference in New Issue
Block a user