mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +03:00
Fix gmail url bundle (#2551)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
4f57074f06
commit
e3b6b7844c
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
TELEGRAM_URL = https://telegram.hc.engineering
|
||||
GMAIL_URL = https://gmail.hc.engineering
|
||||
REKONI_URL = https://rekoni.hc.engineering
|
@ -2,7 +2,7 @@
|
||||
LOGIN_ENDPOINT=ws://localhost:3333
|
||||
|
||||
|
||||
|
||||
GMAIL_URL=http://localhost:8087
|
||||
TELEGRAM_URL=http://localhost:8086
|
||||
FRONT_URL=http://localhost:8080
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user