mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
14 lines
382 B
PHP
14 lines
382 B
PHP
'objectstore' => [
|
|
'class' => 'OC\Files\ObjectStore\Swift',
|
|
'arguments' => [
|
|
// replace with your bucket
|
|
'bucket' => 'nextcloud',
|
|
'autocreate' => true,
|
|
'username' => 'swift',
|
|
'password' => 'swift',
|
|
'tenantName' => 'service',
|
|
'region' => 'regionOne',
|
|
'url' => 'http://keystone:5000/v2.0',
|
|
'serviceName' => 'swift',
|
|
],
|
|
],
|