We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2698aa4 commit 070dd27Copy full SHA for 070dd27
1 file changed
lib/config/environment.js
@@ -39,7 +39,7 @@ module.exports = {
39
secretKey: process.env.HMD_MINIO_SECRET_KEY,
40
endPoint: process.env.HMD_MINIO_ENDPOINT,
41
secure: toBooleanConfig(process.env.HMD_MINIO_SECURE),
42
- port: process.env.HMD_MINIO_PORT
+ port: parseInt(process.env.HMD_MINIO_PORT)
43
},
44
s3bucket: process.env.HMD_S3_BUCKET,
45
facebook: {
0 commit comments