summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-08 12:34:58 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-08 12:34:58 +0100
commit71999ef8206ca8d9eab024f1325e15c45984367d (patch)
treeae8c07e1358e60bdd891caa3f87fcdb60f739a9a /config
parent70b58cf367d521696ad0094561fa6c3a2418afb7 (diff)
parent3f101039b9621837f9405f1b58357d82a712a3a0 (diff)
downloadnextcloud-server-71999ef8206ca8d9eab024f1325e15c45984367d.tar.gz
nextcloud-server-71999ef8206ca8d9eab024f1325e15c45984367d.zip
Merge pull request #21139 from owncloud/makeswifturltypeconfigurable
make url type configurable
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3208a255144..7ba3977fe3a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -958,6 +958,8 @@ $CONFIG = array(
// dev-/trystack uses swift by default, the lib defaults to 'cloudFiles'
// if omitted
'serviceName' => 'swift',
+ // The Interface / url Type, optional
+ 'urlType' => 'internal'
),
),