diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-08 13:46:01 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-08 13:46:01 +0100 |
commit | f4a799156241a70756910b274cf742391a649058 (patch) | |
tree | ce31f5de0b7f66359302ce40cb8f96acd7ae1b97 /config | |
parent | 5e76f5e020772fc8b75150ea084830f576e9d272 (diff) | |
parent | 18379cd1f65e3d87af1f40bd04e4c1bec0e72d31 (diff) | |
download | nextcloud-server-f4a799156241a70756910b274cf742391a649058.tar.gz nextcloud-server-f4a799156241a70756910b274cf742391a649058.zip |
Merge pull request #21118 from owncloud/makeurltypeconfigurable
[stable8.2] make swift url type configurable
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index f2410e284c0..d572adf1a05 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -946,6 +946,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' ), ), |