diff --git a/dev/prod/.env b/dev/prod/.env index 78e6b5d079..9f9ee8bdf7 100644 --- a/dev/prod/.env +++ b/dev/prod/.env @@ -2,6 +2,7 @@ LOGIN_ENDPOINT=ws://localhost:3333 TELEGRAM_URL=http://localhost:8086 +GMAIL_URL=http://localhost:8087 FRONT_URL=http://localhost:8080 REKONI_URL=http://localhost:4004 diff --git a/dev/prod/.env-prod b/dev/prod/.env-prod index dbbc14e78c..6925578a2a 100644 --- a/dev/prod/.env-prod +++ b/dev/prod/.env-prod @@ -1,3 +1,4 @@ TELEGRAM_URL = https://telegram.hc.engineering +GMAIL_URL = https://gmail.hc.engineering REKONI_URL = https://rekoni.hc.engineering \ No newline at end of file diff --git a/products/tracker/.env b/products/tracker/.env index 704c6cb146..c2b6aadc76 100644 --- a/products/tracker/.env +++ b/products/tracker/.env @@ -2,7 +2,7 @@ LOGIN_ENDPOINT=ws://localhost:3333 - +GMAIL_URL=http://localhost:8087 TELEGRAM_URL=http://localhost:8086 FRONT_URL=http://localhost:8080 diff --git a/products/tracker/.env-prod b/products/tracker/.env-prod index dbbc14e78c..aaab7d0c27 100644 --- a/products/tracker/.env-prod +++ b/products/tracker/.env-prod @@ -1,3 +1,4 @@ TELEGRAM_URL = https://telegram.hc.engineering -REKONI_URL = https://rekoni.hc.engineering \ No newline at end of file +REKONI_URL = https://rekoni.hc.engineering +GMAIL_URL = https://gmail.hc.engineering \ No newline at end of file