-
Notifications
You must be signed in to change notification settings - Fork 3
/
sample.env
52 lines (42 loc) · 1.03 KB
/
sample.env
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
PORT=3000
POSTGRES_USER=xxxx
POSTGRES_PASSWORD=xxxx
POSTGRES_DB=xxxx
POSTGRES_PORT=5440
# self micro service Hasura
HASURA_HOST=gql
HASURA_PORT=15003 # exposed port
HASURA_ADMIN_SECRET=xxxx
QUEUE_HOST=redis
QUEUE_PORT=6379 # exposed port
# Main Hasura creds to access Student information
GQL_HOST=
GQL_URL=
GQL_HEADERS={"content-type":"application/json","x-hasura-admin-secret": "xxxx"}
# UCI variables
UCI_500_ALLOWED=false # if allowed then we'll consider 500s from UCI as success
UCI_URL=
UCI_ADAPTER_ID=
HOLIDAY_TEMPLATE_ID=
MEETING_TEMPLATE_ID=
EXAM_ANNOUNCEMENT_TEMPLATE_ID=
EXAM_RESULT_ANNOUNCEMENT_TEMPLATE_ID=
ANNOUNCEMENT_TEMPLATE_ID=
HOMEWORK_TEMPLATE_ID=
SLR_TEMPLATE_ID=
DATABASE_URL=
# for /health endpoint
HASURA_URL=http://gql:8080
APP_URL=http://localhost:3000
URL_SHORTENER_URL=
# SMS Adapter
SMS_ADAPTER_TYPE= # CDAC or UCI
# CDAC Variables
CDAC_SERVICE_URL=http://cdac:8081
# if CDAC service is deployed via current project's docker-compose
CDAC_HOST=cdac
CDAC_PORT=8081
USERNAME=
SENDER_ID=
PASSWORD=
SECURE_KEY=