Skip to content

Commit 07e2349

Browse files
#RI-4625 - resolve comments
1 parent cb4318b commit 07e2349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/server/server.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class ServerService implements OnApplicationBootstrap {
6363
appVersion: SERVER_CONFIG.appVersion,
6464
osPlatform: process.platform,
6565
buildType: SERVER_CONFIG.buildType,
66-
port: SERVER_CONFIG.port,
66+
port: process.env.API_PORT || SERVER_CONFIG.port,
6767
},
6868
nonTracking: true,
6969
});

0 commit comments

Comments
 (0)