-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
37 lines (29 loc) · 814 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## Common variables
COMPOSE_PATH_SEPARATOR=:
# Replace string between '...compose.' and '.yml' with 'dev' or 'prod'
COMPOSE_FILE=docker-compose.yml:docker-compose.prod.yml
## Frontend variables
FRONTEND_SERVICE_PORT=3000
# BASE_URI only needs to be provided if hosting outside of cluster
BASE_URI=
## Question service variables
QUESTION_SERVICE_SERVICE_PORT=8000
QUESTION_SVC_DB_URI=
## User service variables
USER_SERVICE_SERVICE_PORT=3001
USER_SVC_DB_URI=
JWT_SECRET=
EMAIL_ADDRESS=
EMAIL_PASSWORD=
## Matching service variables
MATCHING_SERVICE_SERVICE_PORT=6969
## Collab service variables
COLLAB_SERVICE_SERVICE_PORT=3002
COLLAB_SVC_DB_URI=
OPENAI_API_KEY=
## Redis variables
REDIS_SERVICE_PORT=6379
## Redisinsight variables
REDIS_INSIGHT_PORT=5540
## API Gateway variables
API_GATEWAY_SERVICE_PORT=