mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Add support for minio
This commit is contained in:
parent
d1d6d5810b
commit
2c780f53df
4 changed files with 49 additions and 0 deletions
|
@ -48,6 +48,13 @@ module.exports = {
|
|||
secretAccessKey: undefined,
|
||||
region: undefined
|
||||
},
|
||||
minio: {
|
||||
accessKey: undefined,
|
||||
secretKey: undefined,
|
||||
endPoint: undefined,
|
||||
secure: true,
|
||||
port: 9000
|
||||
},
|
||||
s3bucket: undefined,
|
||||
// authentication
|
||||
facebook: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue