mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cleanup submodule
This commit is contained in:
parent
f02d970503
commit
677383ab5a
28 changed files with 574 additions and 1 deletions
10
images/haze/configs/azure.php
Normal file
10
images/haze/configs/azure.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\\Files\\ObjectStore\\Azure',
|
||||
'arguments' => array(
|
||||
'container' => 'test',
|
||||
'account_name' => 'devstoreaccount1',
|
||||
'account_key' => 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==',
|
||||
'endpoint' => 'http://azure:10000/devstoreaccount1',
|
||||
'autocreate' => true
|
||||
)
|
||||
],
|
||||
Loading…
Add table
Add a link
Reference in a new issue