mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
fix comma
This commit is contained in:
parent
a9087bf67e
commit
95dbb58824
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ nextcloud:
|
||||||
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
|
||||||
'hostname' => '192.168.20.253',
|
'hostname' => '192.168.20.253',
|
||||||
'port' => 9768,
|
'port' => 9768,
|
||||||
'use_ssl' => false
|
'use_ssl' => false,
|
||||||
'use_path_style' =>true
|
'use_path_style' => true
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue