Loading backend/src/constants/server.contants.ts +1 −0 Original line number Diff line number Diff line Loading @@ -5,4 +5,5 @@ export class ServerConstants { static PORT: number = process.env.SERVER_PORT ? parseInt(process.env.SERVER_PORT) : 3003; static HOST: string = `${process.env.SERVER_HOST || 'http://localhost'}:${this.PORT}`; } Loading
backend/src/constants/server.contants.ts +1 −0 Original line number Diff line number Diff line Loading @@ -5,4 +5,5 @@ export class ServerConstants { static PORT: number = process.env.SERVER_PORT ? parseInt(process.env.SERVER_PORT) : 3003; static HOST: string = `${process.env.SERVER_HOST || 'http://localhost'}:${this.PORT}`; }