Add support for minio

This commit is contained in:
Marc Deop
2017-08-30 18:58:34 +02:00
parent d1d6d5810b
commit 2c780f53df
4 changed files with 49 additions and 0 deletions

View File

@@ -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: {