diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-05-03 23:39:10 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-05-03 23:39:10 +0200 |
commit | e381d7d1805bbe73ab7e5918b4dbadcd4bc12405 (patch) | |
tree | 6467f7464c977613f477523629e07ad71a3d6611 /config | |
parent | 623161b9a92dacc54ce198e9f762c8760b73ca00 (diff) | |
parent | 1a0fc49018e79b93a35b7e96b1f481859f86fd53 (diff) | |
download | nextcloud-server-e381d7d1805bbe73ab7e5918b4dbadcd4bc12405.tar.gz nextcloud-server-e381d7d1805bbe73ab7e5918b4dbadcd4bc12405.zip |
Merge pull request #8440 from wakeup/master
Minor changes in config.sample
* wakeup/master:
Update config.sample.php
Minor changes in config.sample
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 3298672bf4a..708e8367023 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -54,7 +54,7 @@ $CONFIG = array( "proxyuserpwd" => "", /* List of trusted domains, to prevent host header poisoning ownCloud is only using these Host headers */ -'trusted_domains' => array('demo.owncloud.org', 'otherdomain.owncloud.org'), +'trusted_domains' => array('demo.owncloud.org', 'otherdomain.owncloud.org:8080'), /* Theme to use for ownCloud */ "theme" => "", @@ -142,7 +142,7 @@ $CONFIG = array( 'allow_user_to_change_display_name' => true, /* Check 3rdparty apps for malicious code fragments */ -"appcodechecker" => "", +"appcodechecker" => true, /* Check if ownCloud is up to date */ "updatechecker" => true, |