Cleanup nextcloud config
This commit is contained in:
parent
34aa3a52f8
commit
5d804828bb
1 changed files with 0 additions and 11 deletions
|
@ -17,8 +17,6 @@ $CONFIG = array (
|
||||||
'trusted_domains' =>
|
'trusted_domains' =>
|
||||||
array (
|
array (
|
||||||
0 => 'intersect.jakehoward.tech',
|
0 => 'intersect.jakehoward.tech',
|
||||||
1 => '192.168.1.200',
|
|
||||||
2 => 'onlyoffice.jakehoward.tech',
|
|
||||||
),
|
),
|
||||||
'dbtype' => 'mysql',
|
'dbtype' => 'mysql',
|
||||||
'version' => '18.0.1.3',
|
'version' => '18.0.1.3',
|
||||||
|
@ -34,17 +32,8 @@ $CONFIG = array (
|
||||||
'trusted_proxies' =>
|
'trusted_proxies' =>
|
||||||
array (
|
array (
|
||||||
0 => '10.23.0.1/24',
|
0 => '10.23.0.1/24',
|
||||||
1 => '172.0.0.1/8',
|
|
||||||
2 => '192.168.0.0/16',
|
|
||||||
),
|
),
|
||||||
'maintenance' => false,
|
'maintenance' => false,
|
||||||
'twofactor_enforced' => 'false',
|
|
||||||
'twofactor_enforced_groups' =>
|
|
||||||
array (
|
|
||||||
),
|
|
||||||
'twofactor_enforced_excluded_groups' =>
|
|
||||||
array (
|
|
||||||
),
|
|
||||||
'theme' => '',
|
'theme' => '',
|
||||||
'loglevel' => 2,
|
'loglevel' => 2,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue