Skip to content

Commit 99b0288

Browse files
committed
feat: automation chatwoot
1 parent 926f58f commit 99b0288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/env.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export class ConfigService {
159159
if (process.env?.DOCKER_ENV === 'true') {
160160
this.env.SERVER.TYPE = 'http';
161161
this.env.SERVER.PORT = 8080;
162-
this.env.SERVER.URL = `http://localhost:${this.env.SERVER.PORT}`;
163162
}
164163
}
165164

0 commit comments

Comments
 (0)