diff --git a/server/apps/microservices/src/main.ts b/server/apps/microservices/src/main.ts index f8292ce791..a236e45d24 100644 --- a/server/apps/microservices/src/main.ts +++ b/server/apps/microservices/src/main.ts @@ -12,7 +12,7 @@ async function bootstrap() { logger: getLogLevels(), }); - const listeningPort = Number(process.env.MACHINE_LEARNING_PORT) || 3002; + const listeningPort = Number(process.env.MICROSERVICES_PORT) || 3002; const redisIoAdapter = new RedisIoAdapter(app); await redisIoAdapter.connectToRedis();