Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-12 21:59:33 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-14 15:57:14 +0300
commitd3e7996e808fa50071cd0b5397bd5b21fb9f2d2f (patch)
tree34459dcfe1ee0b040495c7a1bb9bb8488ba30ff9 /config
parent23a02eaf141647c12f964651ba86299966a2d108 (diff)
Fix bucket and container usage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 8f5b1a2cee3..8595c024e4c 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1226,13 +1226,13 @@ $CONFIG = array(
'password' => 'swift',
'domain' => [
'name' => 'default',
- ]
+ ],
],
'tenantName' => 'service',
'serviceName' => 'swift',
'region' => 'regionOne',
'url' => "http://yourswifthost:5000/v3",
- 'bucket' => 'nextcloud'
+ 'bucket' => 'nextcloud',
],
],