update config host

This commit is contained in:
Admin 2025-08-14 08:35:04 +07:00
parent 14bec38e73
commit 80309efde2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ async function bootstrap() {
useContainer(app.select(AppModule), { fallbackOnErrors: true });
await app.listen(Number(process.env.APP_PORT));
await app.listen(Number(process.env.APP_PORT), process.env.APP_HOST);
}
bootstrap();