Fix gmail url bundle (#2551)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-01-27 11:17:50 +06:00 committed by GitHub
parent 4f57074f06
commit e3b6b7844c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
TELEGRAM_URL = https://telegram.hc.engineering
GMAIL_URL = https://gmail.hc.engineering
REKONI_URL = https://rekoni.hc.engineering

View File

@ -2,7 +2,7 @@
LOGIN_ENDPOINT=ws://localhost:3333
GMAIL_URL=http://localhost:8087
TELEGRAM_URL=http://localhost:8086
FRONT_URL=http://localhost:8080

View File

@ -1,3 +1,4 @@
TELEGRAM_URL = https://telegram.hc.engineering
REKONI_URL = https://rekoni.hc.engineering
REKONI_URL = https://rekoni.hc.engineering
GMAIL_URL = https://gmail.hc.engineering