summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-10-13 17:30:25 +0200
committerVincent Petry <pvince81@owncloud.com>2014-10-13 17:30:53 +0200
commitc38454a5b243a1c135250326d76867284aec6328 (patch)
treece7ed8339b9253f46c229bb854487c1941016a41 /config
parente4fa642e545b4a98bc52513213ec92efdff20331 (diff)
downloadnextcloud-server-c38454a5b243a1c135250326d76867284aec6328.tar.gz
nextcloud-server-c38454a5b243a1c135250326d76867284aec6328.zip
Revert "Set overwrite.cli.url configs on setup"
This reverts commit 48a1e69f5e803d61edcd7d083fd8e794f5bf194d. This was backported too quickly.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php7
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' => '',