We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb34c54 commit 7ec7121Copy full SHA for 7ec7121
.env.sample
@@ -4,7 +4,7 @@ COMPOSE_PATH_SEPARATOR=:
4
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
5
6
## Frontend variables
7
-FRONTEND_PORT=3000
+FRONTEND_PORT=
8
# BASE_URI only needs to be provided if hosting outside of cluster
9
BASE_URI=
10
@@ -18,3 +18,10 @@ USER_SVC_DB_URI=
18
JWT_SECRET=
19
EMAIL_ADDRESS=
20
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