summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-13 11:18:24 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-14 05:07:09 +0200
commit0407bc097895355b90bc722e8b58afb27a40d538 (patch)
tree44634a277863ee776251b260a4fcdca7dd483d2b /config
parentbaffe5353f3fd57fd9ecb353ae81bf3164896f6f (diff)
downloadnextcloud-server-0407bc097895355b90bc722e8b58afb27a40d538.tar.gz
nextcloud-server-0407bc097895355b90bc722e8b58afb27a40d538.zip
Set overwritemailurl* configs on setup
Correctly use overwritemailurl value when generating absolute urls in CLI Fix #11500 Rename the config to *cli Add overwrite.cli.url to the sample config Revert separator fix, fixes unit test
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 02958ace0c2..0a21978ba2b 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -330,6 +330,13 @@ $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' => '',