Skip to content

Commit 817bb9e

Browse files
committed
Fix broken port config
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent eec2318 commit 817bb9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
secretKey: process.env.HMD_MINIO_SECRET_KEY,
4040
endPoint: process.env.HMD_MINIO_ENDPOINT,
4141
secure: toBooleanConfig(process.env.HMD_MINIO_SECURE),
42-
port: parseInt(process.env.HMD_MINIO_PORT)
42+
port: process.env.HMD_MINIO_PORT
4343
},
4444
s3bucket: process.env.HMD_S3_BUCKET,
4545
facebook: {

0 commit comments

Comments
 (0)