forked from SparkyUX/pcq-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
116 lines (110 loc) · 3.65 KB
/
render.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
services:
- name: hmcts-pcq-ce-prototype
type: web
env: node
region: frankfurt
plan: free
buildCommand: npm run renderBuild
startCommand: node listen-on-port.js
envVars:
- key: USE_AUTH
value: false
- key: SERVICE_USER_TYPE_A
value: claimant
- key: SERVICE_RETURN_URL_A
value: https://ucd-lip-woc-apply-prototype.herokuapp.com/v1-1/payment
- key: QUESTION_ORDER
value: '["language","sexual-orientation","marriage","ethnicity","religion","disability","pregnancy","exit"]'
- fromGroup: runtimeEnvironment
- name: hmcts-pcq-dss-prototype
type: web
env: node
region: frankfurt
plan: free
buildCommand: npm run renderBuild
startCommand: node listen-on-port.js
envVars:
- key: USERNAME
value: hmctsdsspcq
- key: PASSWORD
sync: false # https://render.com/docs/blueprint-spec#placeholder-environment-variables
- key: SERVICE_USER_TYPE_A
value: applicant
- key: QUESTION_ORDER
value: '["language","sexual-orientation","marriage","ethnicity","religion","disability","pregnancy","exit"]'
- fromGroup: runtimeEnvironment
- name: hmcts-pcq-et-prototype
type: web
env: node
region: frankfurt
plan: free
buildCommand: npm run renderBuild
startCommand: node listen-on-port.js
envVars:
- key: USERNAME
value: hmctsetpcq
- key: PASSWORD
sync: false # https://render.com/docs/blueprint-spec#placeholder-environment-variables
- key: SERVICE_USER_TYPE_A
value: appellant
- key: SERVICE_RETURN_URL_A
value: https://c3ibml.axshare.com/#id=b58rsp&p=check_your_answers&g=1
- key: QUESTION_ORDER
value: '["language","sexual-orientation","marriage","ethnicity","religion","disability","pregnancy","exit"]'
- fromGroup: runtimeEnvironment
- name: hmcts-pcq-iac-prototype
type: web
env: node
region: frankfurt
plan: free
buildCommand: npm run renderBuild
startCommand: node listen-on-port.js
envVars:
- key: USERNAME
value: hmctsiacpcq
- key: PASSWORD
sync: false # https://render.com/docs/blueprint-spec#placeholder-environment-variables
- key: SERVICE_USER_TYPE_A
value: appellant
- key: QUESTION_ORDER
value: '["language","sex","gender","sexual-orientation","marriage","ethnicity","religion","disability","pregnancy","exit"]'
- fromGroup: runtimeEnvironment
- name: hmcts-pcq-st-prototype
type: web
env: node
region: frankfurt
plan: free
buildCommand: npm run renderBuild
startCommand: node listen-on-port.js
envVars:
- key: USERNAME
value: hmctsstpcq
- key: PASSWORD
sync: false # https://render.com/docs/blueprint-spec#placeholder-environment-variables
- key: QUESTION_ORDER
value: '["language","sexual-orientation","marriage","ethnicity","religion","disability","pregnancy","exit"]'
- fromGroup: runtimeEnvironment
- name: hmcts-pcq-prototype
type: web
env: node
region: frankfurt
plan: free
buildCommand: npm run renderBuild
startCommand: node listen-on-port.js
envVars:
- key: USE_AUTH
value: false
- key: QUESTION_ORDER
value: '["age","language","sexual-orientation","marriage","ethnicity","religion","disability","pregnancy","exit"]'
- fromGroup: runtimeEnvironment
envVarGroups:
- name: runtimeEnvironment
envVars:
- key: NPM_CONFIG_LOGLEVEL
value: error
- key: NODE_VERBOSE
value: false
- key: NODE_ENV
value: production
- key: NODE_MODULES_CACHE
value: true