generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2018-04-25 03:35:43 +02:00
parent 1fecd2f529
commit 1270f48ce7

View File

@@ -1394,10 +1394,18 @@ One way to test is applying for a trystack account at http://trystack.org/
'name' => 'default',
],
],
'scope' => [
'project' => [
'name' => 'service',
'domain' => [
'name' => 'default',
],
],
],
'tenantName' => 'service',
'serviceName' => 'swift',
'region' => 'regionOne',
'url' => "http://yourswifthost:5000/v3",
'url' => 'http://yourswifthost:5000/v3',
'bucket' => 'nextcloud',
],
],