diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-12-10 14:37:53 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-12-11 10:19:28 +0100 |
commit | eae8500a86f99fc399d06a3a6c6db4a3877f4a4f (patch) | |
tree | 73243b48e227e02d52deb9c0c734676ee85afdc4 /config | |
parent | acce1638e5c06e0a3c98a0450fd82df9574524dc (diff) | |
download | nextcloud-server-eae8500a86f99fc399d06a3a6c6db4a3877f4a4f.tar.gz nextcloud-server-eae8500a86f99fc399d06a3a6c6db4a3877f4a4f.zip |
make 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 9b10792944f..89b6f6833c1 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -974,6 +974,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' ), ), |