Skip to content
Snippets Groups Projects
Unverified Commit 9a201bd7 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by Robin Appelman
Browse files

Use username + pass in config

parent 812ea354
Branches
No related merge requests found
......@@ -57,10 +57,13 @@ if (getenv('OBJECT_STORE') === 'swift') {
'arguments' => array(
'autocreate' => true,
'user' => [
'id' => 'swift',
'name' => 'swift',
'password' => 'swift',
'domain' => [
'name' => 'default',
]
],
'tenantName' => 'service',
'password' => 'swift',
'serviceName' => 'swift',
'region' => 'regionOne',
'url' => "http://$swiftHost:5000/v3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment