Skip to content

Commit 7ec7121

Browse files
committed
Update .env.sample
1 parent bb34c54 commit 7ec7121

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.env.sample

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COMPOSE_PATH_SEPARATOR=:
44
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
55

66
## Frontend variables
7-
FRONTEND_PORT=3000
7+
FRONTEND_PORT=
88
# BASE_URI only needs to be provided if hosting outside of cluster
99
BASE_URI=
1010

@@ -18,3 +18,10 @@ USER_SVC_DB_URI=
1818
JWT_SECRET=
1919
EMAIL_ADDRESS=
2020
EMAIL_PASSWORD=
21+
22+
## Matching service variables
23+
MATCHING_SVC_PORT=
24+
MATCHING_SVC_REDIS_PORT=
25+
26+
## API Gateway variables
27+
API_GATEWAY_PORT=

0 commit comments

Comments
 (0)