feat: automation chatwoot

This commit is contained in:
Davidson Gomes 2023-07-13 16:26:01 -03:00
parent 926f58f336
commit 99b0288d1b

View File

@ -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}`;
}
}