diff --git a/CHANGELOG.md b/CHANGELOG.md index 6767db37..852e6a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Now it's getting the API URL directly in the request, no longer need the variable in the env file * Removed link preview endpoint, now it's done automatically from sending conventional text * Added group membership validation before sending message to groups +* Adjusts in Dockerfile # 1.2.2 (2023-07-15 09:36) diff --git a/Dockerfile b/Dockerfile index 91c770c1..b05dc02e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ ENV WEBHOOK_EVENTS_CONNECTION_UPDATE=true ENV WEBHOOK_EVENTS_NEW_JWT_TOKEN=false -ENV CONFIG_SESSION_PHONE_CLIENT=Evolution +ENV CONFIG_SESSION_PHONE_CLIENT='Evolution API' ENV CONFIG_SESSION_PHONE_NAME=chrome ENV QRCODE_LIMIT=30 @@ -86,7 +86,7 @@ ENV AUTHENTICATION_API_KEY=B6D711FCDE4D4FD5936544120E713976 ENV AUTHENTICATION_EXPOSE_IN_FETCH_INSTANCES=true ENV AUTHENTICATION_JWT_EXPIRIN_IN=0 -ENV AUTHENTICATION_JWT_SECRET=L0YWtjb2w554WFqPG +ENV AUTHENTICATION_JWT_SECRET='L=0YWt]b2w[WF>#>:&E`' ENV AUTHENTICATION_INSTANCE_MODE=server