Browse Source

Merge pull request #8440 from wakeup/master

Minor changes in config.sample

* wakeup/master:
  Update config.sample.php
  Minor changes in config.sample
tags/v7.0.0alpha2
Andreas Fischer 10 years ago
parent
commit
e381d7d180
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/config.sample.php

+ 2
- 2
config/config.sample.php View File

"proxyuserpwd" => "", "proxyuserpwd" => "",


/* List of trusted domains, to prevent host header poisoning ownCloud is only using these Host headers */ /* 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 to use for ownCloud */
"theme" => "", "theme" => "",
'allow_user_to_change_display_name' => true, 'allow_user_to_change_display_name' => true,


/* Check 3rdparty apps for malicious code fragments */ /* Check 3rdparty apps for malicious code fragments */
"appcodechecker" => "",
"appcodechecker" => true,


/* Check if ownCloud is up to date */ /* Check if ownCloud is up to date */
"updatechecker" => true, "updatechecker" => true,

Loading…
Cancel
Save