Merge pull request #765 from vazontang/master

Convert  HMD_MINIO_PORT into Number type.
This commit is contained in:
Christoph (Sheogorath) Kern 2018-03-14 21:33:21 +01:00 committed by GitHub
commit 976657dc21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ module.exports = {
secretKey: process.env.HMD_MINIO_SECRET_KEY,
endPoint: process.env.HMD_MINIO_ENDPOINT,
secure: toBooleanConfig(process.env.HMD_MINIO_SECURE),
port: process.env.HMD_MINIO_PORT
port: parseInt(process.env.HMD_MINIO_PORT)
},
s3bucket: process.env.HMD_S3_BUCKET,
facebook: {