Fix(hedgedoc): minio remove ssl
All checks were successful
Lint yaml / build-package (push) Successful in 3s

This commit is contained in:
2024-12-05 11:00:14 +00:00
parent 7ac87c8b53
commit 1d695c0e16

View File

@@ -43,8 +43,8 @@
"accessKey": "********", "accessKey": "********",
"secretKey": "********", "secretKey": "********",
"endPoint": "minio.konchin.com", "endPoint": "minio.konchin.com",
"port": 443, "port": 9000,
"secure": true "secure": false
}, },
"s3bucket": "hedgedoc" "s3bucket": "hedgedoc"
} }