diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-10-13 17:30:25 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-10-13 17:30:53 +0200 |
commit | c38454a5b243a1c135250326d76867284aec6328 (patch) | |
tree | ce7ed8339b9253f46c229bb854487c1941016a41 /config | |
parent | e4fa642e545b4a98bc52513213ec92efdff20331 (diff) | |
download | nextcloud-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-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' => '', |