use API_PORT instead of EMS_PORT for NestJS backend
This commit is contained in:
@ -18,6 +18,6 @@ async function bootstrap() {
|
||||
const documentFactory = () => SwaggerModule.createDocument(app, config)
|
||||
SwaggerModule.setup('docs', app, documentFactory)
|
||||
|
||||
await app.listen(process.env.EMS_PORT ?? 3000);
|
||||
await app.listen(process.env.API_PORT ?? 3000);
|
||||
}
|
||||
bootstrap();
|
Reference in New Issue
Block a user