12 lines
303 B
12 lines
303 B
<?php
|
|
$CONFIG = array(
|
|
'trusted_domains' =>
|
|
array (
|
|
0 => 'cloud.alemor.org',
|
|
),
|
|
'overwriteprotocol' => 'https',
|
|
'overwritehost' => 'cloud.alemor.org',
|
|
### 'overwritewebroot' => '/nextcloud',
|
|
'overwrite.cli.url' => 'https://cloud.alemor.org/',
|
|
'default_phone_region' => 'US'
|
|
);
|
|
|