-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstress.json
40 lines (40 loc) · 1.11 KB
/
stress.json
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
{
"address": "stress.dmz",
"proxy": "http://test-forwardproxy.nrs.bcgov:23128",
"logsProxyDisabled": "true",
"os": "windows",
"vault_cd_user_field": "username_domainless",
"vault_cd_pass_field": "password",
"vault_cd_path": "groups/appdelivery/oraapp_imborapp",
"apps": [
{
"id": "as-as-api",
"type": "tomcat",
"context": {
"app": "AS",
"component": "as-as-api",
"tmplTomcatTestApplicationIndex": "nrm-test-aw-<%=YYYY.MM=%>"
}
},
{
"id": "gww",
"type": "winiis",
"context": {
"app": "GWW",
"!logs_path_iis_access": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/{{app}}/W3SVC10/{% else %}E:\\Logfiles\\{{app}}\\W3SVC10\\{% endif %}u_ex*.log"
}
},
{
"id": "www",
"type": "winiis",
"context": {
"app": "Public",
"!logs_path_iis_access": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/{{app}}/W3SVC14/{% else %}E:\\Logfiles\\{{app}}\\W3SVC14\\{% endif %}u_ex*.log"
}
}
],
"context": {
"environment": "test",
"organization_name": "FLNRO-MOFR"
}
}