custom.php modified
This commit is contained in:
@@ -218,12 +218,10 @@ nextcloud:
|
||||
configs:
|
||||
custom.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'dbtableprefix' => 'oc_',
|
||||
'instanceid' => 'ocb8bvdm3qvt',
|
||||
'passwordsalt' => '5nGOEkkEwGE+suDFOxm/yp0Sw1XHhq',
|
||||
'secret' => 'ttxARk+gXNdBBBO3AsH5Na2MPU9uy0UHzXqAKx686ykragmC',
|
||||
);
|
||||
$trustedDomains = getenv('NEXTCLOUD_TRUSTED_DOMAINS');
|
||||
if ($trustedDomains) {
|
||||
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trustedProxies)));
|
||||
}
|
||||
# For example, to enable image and text file previews:
|
||||
# previews.config.php: |-
|
||||
# <?php
|
||||
|
||||
Reference in New Issue
Block a user