-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv
More file actions
45 lines (37 loc) · 992 Bytes
/
env
File metadata and controls
45 lines (37 loc) · 992 Bytes
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
# mongodb
MONGO_DATA_DIR=/home/ubuntu/senz/mongodb
# switch
MONGO_HOST=mongodb
SWITCH_MODE=PROD
SWITCH_LOGS_DIR=/home/ubuntu/senz/switch/logs
SWITCH_KEYS_DIR=/home/ubuntu/senz/switch/keys
# stream
STREAM_LOGS_DIR=/home/ubuntu/senz/switch/logs
STREAM_KEYS_DIR=/home/ubuntu/senz/switch/keys
# dashboard
MONGO_DB=senz
# mysql
MYSQL_DATABASE=postgrad
MYSQL_ROOT_PASSWORD=root
MYSQL_DATA_DIR=/home/ubuntu/student-portal/mysql/data
# portal
MYSQL_HOST=mysql
MYSQL_USERNAME=root
MYSQL_PASSWORD=root
MYSQL_DB=postgrad
EXPRESS_SERVER_PORT=3000
SECRET_KEY=6LfpvzIUAAAAAM4YiSbQwpSJD8Yz_zN2dhRUPjUX
ENCRYPT_KEY=SomethingRandomThatNoOneKnowsOf:)
OPENING_DATE=01/01/2017
CLOSING_DATE=01/12/2017
# payment
NODE_HOST=msc.scorelab.org
NODE_PORT=80
PGW_HOST=pay.scorelab.org
PGW_PORT=80
PGW_END_POINT=https://sampath.paycorp.com.au/rest/service/proxy/
PGW_AUTH_TOKEN=ef8aff82-bae4-4706-b3c3-87f72de2e2b9
PGW_HMAC_SECRET=77MHMnVPQEyDGspe
PGW_MODE=test
# amdin
STUDENT_PORTAL_URL=http://msc.scorelab.org