From 99b0288d1b3a51a379bdd6c0d4a3e2f09d2aafbd Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Thu, 13 Jul 2023 16:26:01 -0300 Subject: [PATCH] feat: automation chatwoot --- src/config/env.config.ts | 1 - 1 file changed, 1 deletion(-) 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}`; } }