Merge pull request #697 from SISheogorath/fix/minio

Fix broken port config
This commit is contained in:
Christoph (Sheogorath) Kern 2018-01-23 12:09:41 +01:00 committed by GitHub
commit e0389bc4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: parseInt(process.env.HMD_MINIO_PORT)
port: process.env.HMD_MINIO_PORT
},
s3bucket: process.env.HMD_S3_BUCKET,
facebook: {