mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-04 22:36:27 -06:00
feat: automation chatwoot
This commit is contained in:
@@ -159,7 +159,6 @@ export class ConfigService {
|
|||||||
if (process.env?.DOCKER_ENV === 'true') {
|
if (process.env?.DOCKER_ENV === 'true') {
|
||||||
this.env.SERVER.TYPE = 'http';
|
this.env.SERVER.TYPE = 'http';
|
||||||
this.env.SERVER.PORT = 8080;
|
this.env.SERVER.PORT = 8080;
|
||||||
this.env.SERVER.URL = `http://localhost:${this.env.SERVER.PORT}`;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user