Fix(hedgedoc): change image upload type
All checks were successful
Lint yaml / build-package (push) Successful in 3s

This commit is contained in:
2024-12-05 09:48:17 +00:00
parent 96b725e54e
commit fd8cf19793

View File

@@ -10,6 +10,7 @@
"allowEmailRegister": false,
"defaultPermission": "limited",
"allowAnonymous": false,
"imageUploadType": "minio",
"hsts": {
"enable": true,
"maxAgeSeconds": 31536000,
@@ -38,14 +39,13 @@
"useridField": "uid",
"tlsca": "/etc/hedgedoc/rootca.pem"
},
"s3": {
"accessKeyId": "********",
"secretAccessKey": "********",
"region": "us-west-1"
"minio": {
"accessKey": "********",
"secretKey": "********",
"endPoint": "minio.konchin.com",
"port": "443",
"secure": true
},
"s3bucket": {
"bucket": "hedgedoc",
"endpointenv": "minio.konchin.com"
}
"s3bucket": "hedgedoc"
}
}