diff --git a/src/config/env.config.ts b/src/config/env.config.ts index 1849ceef..76bb55ea 100644 --- a/src/config/env.config.ts +++ b/src/config/env.config.ts @@ -159,7 +159,6 @@ export class ConfigService { if (process.env?.DOCKER_ENV === 'true') { this.env.SERVER.TYPE = 'http'; this.env.SERVER.PORT = 8080; - this.env.SERVER.URL = `http://localhost:${this.env.SERVER.PORT}`; } }