diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
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', ], ], |