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-10 14:37:53 +0100 |
commit | b314da9a25d2ec9efbece9e6c294bb36485fb286 (patch) | |
tree | a30617ddce974e46c92f99ce08a85b426231691e /config | |
parent | 8f71705c2ec73d396ff8178f088661c3a20988b0 (diff) | |
download | nextcloud-server-b314da9a25d2ec9efbece9e6c294bb36485fb286.tar.gz nextcloud-server-b314da9a25d2ec9efbece9e6c294bb36485fb286.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 288e3a01cff..df44ac9186a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -949,6 +949,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' ), ), |