Escape '<' char before jsoup validation
[sdc.git] / cucumber-js-test-apis-ci / config.json
1 {
2   "onboarding" : {
3     "protocol" : "http",
4     "port" : "onboarding.port",
5     "prefix" : "onboarding-api/v1.0",
6     "server" : "onboarding.server",
7     "user" : "onboarding.user",
8     "isDefault" : true
9   },
10   "catalog" : {
11     "protocol" : "http",
12     "port" : "CatalogBE.port",
13     "prefix" : "sdc2/rest/v1",
14     "server" : "CatalogBE.server",
15     "user" : "CatalogBE.user"
16   },
17   "activity_spec" : {
18     "protocol" : "http",
19     "port" : "activity-spec.port",
20     "prefix" : "activity-spec-api/v1.0",
21     "server" : "activity_spec.server",
22     "user" : "activity-spec.user"
23   },
24   "initData" : {
25     "vlm" : {"id": null, "versionId": null},
26     "vsp" : {"id": null, "versionId": null}
27   }
28 }