mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
Use username + pass in config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
812ea354d0
commit
9a201bd7fa
1 changed files with 5 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue