Skip to content

Commit d2a66eb

Browse files
committed
chore: add missing env vars to env.example
1 parent d544b3b commit d2a66eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ CACHE_PORT=6379
2020
CACHE_HOST=redis
2121

2222
# Gateway Configuration
23+
GATEWAY_BIND_ADDRESS=localhost
24+
GATEWAY_BIND_PORT=8787
2325
GATEWAY_HOSTNAME=gateway # e.g gateway.latitude.so
2426
GATEWAY_PORT=8080
2527
GATEWAY_SSL=false

0 commit comments

Comments
 (0)