· 7 years ago · May 12, 2019, 06:46 PM
1<?php
2$CONFIG = array (
3 'instanceid' => 'occecnvpiwjn',
4 'passwordsalt' => 'SECRET_SAUCE',
5 'secret' => 'SECRET_SAUCE',
6 'trusted_domains' =>
7 array (
8 0 => 'SECRET_SAUCE',
9 1 => 'SECRET_SAUCE',
10 2 => 'SECRET_SAUCE',
11 3 => 'SECRET_SAUCE',
12 ),
13 'datadirectory' => '/mnt/TheCloud',
14 'overwrite.cli.url' => 'https://SECRET_SAUCE.com',
15 'dbtype' => 'mysql',
16 'version' => '15.0.7.0',
17 'dbname' => 'nextcloud',
18 'dbhost' => 'localhost',
19 'dbport' => '',
20 'dbtableprefix' => 'oc_',
21 'dbuser' => 'SECRET_SAUCE',
22 'dbpassword' => 'SECRET_SAUCE',
23 'logtimezone' => 'America/Phoenix',
24 'installed' => true,
25 'memcache.local' => '\\OC\\Memcache\\APCu',
26 'maintenance' => false,
27 'theme' => '',
28 'loglevel' => '3',
29 'logfile' => '',
30 'log_type' => 'syslog',
31 'htaccess.RewriteBase' => '/',
32 'mail_from_address' => 'SECRET_SAUCE',
33 'mail_smtpmode' => 'smtp',
34 'mail_domain' => 'gmail.com',
35 'mail_smtphost' => 'smtp.gmail.com',
36 'mail_smtpport' => '465',
37 'mail_smtpsecure' => 'ssl',
38 'mail_smtpauth' => 1,
39 'mail_smtpname' => 'SECRET_SAUCE',
40 'mail_smtppassword' => 'SECRET_SAUCE',
41 'mail_smtpauthtype' => 'LOGIN',
42 'trusted_proxies' => '',
43 'updater.release.channel' => 'stable',
44 'data-fingerprint' => 'SECRET_SAUCE',
45 'twofactor_enforced' => 'true',
46 'twofactor_enforced_groups' =>
47 array (
48 ),
49 'twofactor_enforced_excluded_groups' =>
50 array (
51 0 => 'SECRET_SAUCE',
52 ),
53);