[Pkg-owncloud-commits] [owncloud] 61/70: Minor changes in config.sample
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:40:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.5RC1
in repository owncloud.
commit 5e85790f5ee1589ccbc5f226cc16d4b18679aa9a
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Sat May 3 14:41:36 2014 +0200
Minor changes in config.sample
* appcodechecker accepts boolean.
* using different ports in trusted domains
Partially fixes #330
---
config/config.sample.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index 6acfb16..bfe7e5c 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" => "",
@@ -130,7 +130,7 @@ $CONFIG = array(
'allow_user_to_change_display_name' => true,
/* Check 3rdparty apps for malicious code fragments */
-"appcodechecker" => "",
+"appcodechecker" => false,
/* Check if ownCloud is up to date */
"updatechecker" => true,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list