fix comma

This commit is contained in:
2022-10-10 18:49:02 -05:00
parent a9087bf67e
commit 95dbb58824

View File

@@ -70,8 +70,8 @@ nextcloud:
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
'hostname' => '192.168.20.253',
'port' => 9768,
'use_ssl' => false
'use_path_style' =>true
'use_ssl' => false,
'use_path_style' => true
)
)
);