diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d86d46a698d..ffbcbeaf3bf 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -330,13 +330,6 @@ $CONFIG = array( 'overwritecondaddr' => '', /** - * Use this configuration parameter to specify the base url for any urls which are - * generated within ownCloud using any kind of command line tools (cron or occ). - * The value should contain the full base URL: ``https://www.example.com/owncloud`` - */ -'overwrite.cli.url' => '', - -/** * The URL of your proxy server, for example ``proxy.example.com:8081``. */ 'proxy' => '', |