Fix(hedgedoc): change image upload type
All checks were successful
Lint yaml / build-package (push) Successful in 3s
All checks were successful
Lint yaml / build-package (push) Successful in 3s
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"allowEmailRegister": false,
|
"allowEmailRegister": false,
|
||||||
"defaultPermission": "limited",
|
"defaultPermission": "limited",
|
||||||
"allowAnonymous": false,
|
"allowAnonymous": false,
|
||||||
|
"imageUploadType": "minio",
|
||||||
"hsts": {
|
"hsts": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"maxAgeSeconds": 31536000,
|
"maxAgeSeconds": 31536000,
|
||||||
@@ -38,14 +39,12 @@
|
|||||||
"useridField": "uid",
|
"useridField": "uid",
|
||||||
"tlsca": "/etc/hedgedoc/rootca.pem"
|
"tlsca": "/etc/hedgedoc/rootca.pem"
|
||||||
},
|
},
|
||||||
"s3": {
|
"minio": {
|
||||||
"accessKeyId": "********",
|
"accessKey": "********",
|
||||||
"secretAccessKey": "********",
|
"secretKey": "********",
|
||||||
"region": "us-west-1"
|
"endPoint": "minio.konchin.com",
|
||||||
},
|
"port": "443",
|
||||||
"s3bucket": {
|
"secure": true
|
||||||
"bucket": "hedgedoc",
|
|
||||||
"endpointenv": "minio.konchin.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user