Merge pull request #506 from erasys/minio

Add support for minio
This commit is contained in:
Christoph (Sheogorath) Kern
2018-01-23 11:43:24 +01:00
committed by GitHub
4 changed files with 49 additions and 0 deletions

View File

@@ -62,6 +62,13 @@ module.exports = {
secretAccessKey: undefined,
region: undefined
},
minio: {
accessKey: undefined,
secretKey: undefined,
endPoint: undefined,
secure: true,
port: 9000
},
s3bucket: undefined,
// authentication
facebook: {