feat: automation chatwoot

This commit is contained in:
Davidson Gomes 2023-07-13 16:19:31 -03:00
parent b7bfe99520
commit 926f58f336

View File

@ -15,6 +15,7 @@ ENV DOCKER_ENV=true
ENV SERVER_TYPE="http"
ENV SERVER_PORT=8080
ENV SERVER_URL=$SERVER_URL
ENV CORS_ORIGIN="*"
ENV CORS_METHODS="POST,GET,PUT,DELETE"