Update README.md

This commit is contained in:
LRVT 2024-05-15 14:57:22 +02:00 committed by GitHub
parent 14df8dc3a3
commit d003755448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,11 @@ $CONFIG = array (
0 => 'nextcloud.example.com',
1 => 'nextcloud.anotherdomain.com',
),
'trusted_proxies' =>
array (
0 => '10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16',
),
'maintenance_window_start' => 1,
'dbtype' => 'sqlite3',
...
);