Add support for minio

This commit is contained in:
Marc Deop 2017-08-30 18:58:34 +02:00
parent d1d6d5810b
commit 2c780f53df
No known key found for this signature in database
GPG key ID: 0BD48519688058E8
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: {