Skip to content

Commit 09fa21e

Browse files
Fix default gmail port for local setup (#9650)
Signed-off-by: Artem Savchenko <[email protected]>
1 parent 0cc83da commit 09fa21e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ services:
241241
- FILES_URL=http://huly.local:4030/blob/:workspace/:blobId/:filename
242242
- UPLOAD_URL=http://huly.local:4030/upload/form-data/:workspace
243243
- 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
244-
- GMAIL_URL=http://huly.local:8088
244+
- GMAIL_URL=http://huly.local:8093
245245
- CALENDAR_URL=http://huly.local:8095
246246
- TELEGRAM_URL=http://huly.local:8086
247247
- REKONI_URL=http://huly.local:4004

dev/prod/public/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"UPLOAD_URL": "http://huly.local:4030/upload/form-data/:workspace",
66
"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",
77
"TELEGRAM_URL": "http://huly.local:8086",
8-
"GMAIL_URL": "http://huly.huly.local:8088",
8+
"GMAIL_URL": "http://huly.local:8093",
99
"CALENDAR_URL": "http://localhost:8095",
1010
"REKONI_URL": "/rekoni",
1111
"GITHUB_APP": "uberflow-dev",

0 commit comments

Comments
 (0)