Skip to content
Snippets Groups Projects
Commit 6dfc63a2 authored by Volkan Gezer's avatar Volkan Gezer
Browse files

Minor changes in config.sample

* appcodechecker accepts boolean.
* using different ports in trusted domains

Partially fixes #330
parent e7c6111a
No related branches found
No related tags found
No related merge requests found
......@@ -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" => false,
/* Check if ownCloud is up to date */
"updatechecker" => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment