-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappConfig.yaml
More file actions
236 lines (181 loc) · 5.27 KB
/
appConfig.yaml
File metadata and controls
236 lines (181 loc) · 5.27 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
appSettings:
- key: AAD_AUTHHOST
value: 'https://login.microsoftonline.com'
type: config
- key: AAD_CLIENTID
value: 'AAD-CLIENTID'
type: secret
- key: AAD_CLIENTSECRET
value: 'AAD-CLIENTSECRET'
type: secret
- key: AAD_TENANTID
value: '#{{ aadTenantId }}'
type: config
- key: AAD_TENANTNAME
value: '#{{ dynamicsTenantId }}'
type: config
- key: APP_USES_HTTPS
value: 'true'
type: config
- key: BASE_URL
value: '#{{ externalFrontendBaseUrl }}'
type: config
stagingValue: '#{{ externalFrontendStgBaseUrl }}'
slotSetting: true
- key: BLOB_STORAGE_CONNECTION
value: 'EXPORTCERT-STORAGE-CONNECTION-STRING'
type: secret
- key: CLARITY_PROJECT_ID
value: '#{{ clarityProjectId }}'
type: config
- key: CREATED_PAGE_FEEDBACK_URL
value: 'https://defragroup.eu.qualtrics.com/jfe/form/SV_734LbtQfQMrBoEu'
type: config
- key: DASHBOARD_FEEDBACK_URL
value: 'https://defragroup.eu.qualtrics.com/jfe/form/SV_1S5DVwag5rcTrAq'
type: config
- key: DISABLE_IDM
value: 'false'
type: config
- key: DYN_AADCLIENTID
value: 'DYN-AADCLIENTID'
type: secret
- key: DYN_AADCLIENTSECRET
value: 'DYN-AADCLIENTSECRET'
type: secret
- key: DYNAMICS_ENDPOINTBASE
value: '/api/data/v9.2/'
type: config
- key: DYNAMICS_RESOURCEURL
value: '#{{ dynamicsResourceUrl }}'
type: config
- key: EU_CATCH_FIELDS_OPTIONAL
value: 'true'
type: config
- key: EU_CATCH_MAX_EEZ
value: '5'
type: config
- key: eventHubConnectionString
value: 'EVENTHUB-CONNECTION-STRING'
type: secret
- key: eventHubNamespace
value: 'insights-application-logs'
type: config
- key: GA_TRACKING_ID
value: '#{{ gaTrackingID }}'
type: config
- key: GOOGLE_TAG_MANAGER_ID
value: '#{{ googleTagManagerID }}'
type: config
- key: IDENTITY_APP_MGT_URL
value: '#{{ IDENTITY_APP_MGT_URL }}'
type: config
- key: IDENTITY_APP_URL
value: '#{{ IDENTITY_APP_URL }}'
type: config
- key: IDENTITY_APPDOMAIN
value: '#{{ externalFrontendBaseUrl }}'
type: config
stagingValue: '#{{ externalFrontendStgBaseUrl }}'
slotSetting: true
- key: IDENTITY_SERVICEID
value: '#{{ IDENTITY_SERVICEID }}'
type: config
- key: IDENTITY_SERVICEROLEID
value: '#{{ IDENTITY_SERVICEROLEID }}'
type: config
- key: IDLE_TIME_OUT_IN_MILLISECONDS
value: '1800000'
type: config
- key: IDM_CLIENTID
value: 'IDM-CLIENTID'
type: secret
- key: IDM_CLIENTSECRET
value: 'IDM-CLIENTSECRET'
type: secret
- key: IDM_FALLBACK_TOKEN
value: 'IDM-FALLBACK-TOKEN'
type: secret
- key: INSTRUMENTATION_CLOUD_ROLE
value: '#{{ repoName2 }}'
type: config
stagingValue: '#{{ repoName2 }}-staging'
slotSetting: true
- key: LANDING_LIMIT_DAYS_FUTURE
value: '7'
type: config
- key: LIMIT_ADD_LANDINGS
value: '100'
type: config
- key: MAX_UPLOAD_FILE_SIZE
value: '10000'
type: config
- key: MAXIMUM_CONCURRENT_DRAFTS
value: '50'
type: config
- key: MAXIMUM_PRODUCT_DESCRIPTION_LENGTH
value: '50'
type: config
- key: MMO_ECC_ORCHESTRATION_SVC_URL
value: 'https://#{{ environment }}-#{{ repoName5 }}-#{{ nc-resource-webapp }}.azurewebsites.net'
type: config
stagingValue: 'https://#{{ environment }}-#{{ repoName5 }}-#{{ nc-resource-webapp }}-staging.azurewebsites.net'
slotSetting: true
- key: MMO_ECC_REFERENCE_SVC_URL
value: 'https://#{{ environment }}-#{{ repoName6 }}-#{{ nc-resource-webapp }}.azurewebsites.net'
type: config
stagingValue: 'https://#{{ environment }}-#{{ repoName6 }}-#{{ nc-resource-webapp }}-staging.azurewebsites.net'
slotSetting: true
- key: MOCK_ORG_ACCOUNT_ID
value: '8504bf69-18f9-ec11-bb3d-000d3a2f806d'
type: config
- key: MOCK_ORG_COMPANY_NAME
value: 'Automation Testing Ltd'
type: config
- key: NODE_ENV
value: 'production'
type: config
- key: OFFLINE_PROCESSING_TIME_IN_MINUTES
value: '30'
type: config
- key: PORT
value: '3001'
type: config
- key: REF_SERVICE_BASIC_AUTH_PASSWORD
value: 'REF-SERVICE-BASIC-AUTH-PASSWORD'
type: secret
- key: REF_SERVICE_BASIC_AUTH_USER
value: 'REF-SERVICE-BASIC-AUTH-USER'
type: secret
- key: SESSION_SECRET
value: 'SESSION-SECRET'
type: secret
- key: SPECIES_EXEMPT_LINK
value: '#{{ SPECIES_EXEMPT_LINK }}'
type: config
- key: COMMODITY_CODE_LINK
value: '#{{ COMMODITY_CODE_LINK }}'
type: config
- key: WARNING_T0_TIME_OUT_IN_MILLISECONDS
value: '1500000'
type: config
- key: WEBSITE_HEALTHCHECK_MAXPINGFAILURES
value: '5'
type: config
- key: WEBSITE_HEALTHCHECK_MAXUNHEALTHYWORKERPERCENT
value: '50'
type: config
- key: WEBSITE_NAME
value: '#{{ environment }}-#{{ repoName2 }}-#{{ nc-resource-webapp }}'
type: config
stagingValue: '#{{ environment }}-#{{ repoName2 }}-#{{ nc-resource-webapp }}-staging'
slotSetting: true
- key: WEBSITE_WARMUP_PATH
value: '/health'
type: config
- key: WEBSITES_CONTAINER_START_TIME_LIMIT
value: '300'
type: config
- key: WEBSITES_PORT
value: '3001'
type: config