We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4318b commit 07e2349Copy full SHA for 07e2349
redisinsight/api/src/modules/server/server.service.ts
@@ -63,7 +63,7 @@ export class ServerService implements OnApplicationBootstrap {
63
appVersion: SERVER_CONFIG.appVersion,
64
osPlatform: process.platform,
65
buildType: SERVER_CONFIG.buildType,
66
- port: SERVER_CONFIG.port,
+ port: process.env.API_PORT || SERVER_CONFIG.port,
67
},
68
nonTracking: true,
69
});
0 commit comments