Fix default gmail port for local setup (#9650)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-08-07 10:59:27 +05:00
committed by GitHub
parent 0cc83dac54
commit 09fa21ecaa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ services:
- FILES_URL=http://huly.local:4030/blob/:workspace/:blobId/:filename
- UPLOAD_URL=http://huly.local:4030/upload/form-data/:workspace
- PREVIEW_CONFIG=image|http://huly.local:4030/image/fit=cover,width=:width,height=:height,dpr=:dpr/:workspace/:blobId;video|http://huly.local:4030/meta/:workspace/:blobId
- GMAIL_URL=http://huly.local:8088
- GMAIL_URL=http://huly.local:8093
- CALENDAR_URL=http://huly.local:8095
- TELEGRAM_URL=http://huly.local:8086
- REKONI_URL=http://huly.local:4004
+1 -1
View File
@@ -5,7 +5,7 @@
"UPLOAD_URL": "http://huly.local:4030/upload/form-data/:workspace",
"PREVIEW_CONFIG": "image|http://huly.local:4030/image/fit=cover,width=:width,height=:height,dpr=:dpr/:workspace/:blobId;video|http://huly.local:4030/meta/:workspace/:blobId",
"TELEGRAM_URL": "http://huly.local:8086",
"GMAIL_URL": "http://huly.huly.local:8088",
"GMAIL_URL": "http://huly.local:8093",
"CALENDAR_URL": "http://localhost:8095",
"REKONI_URL": "/rekoni",
"GITHUB_APP": "uberflow-dev",