diff options
Diffstat (limited to 'cucumber-js-test-apis-ci/config.json')
-rw-r--r-- | cucumber-js-test-apis-ci/config.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cucumber-js-test-apis-ci/config.json b/cucumber-js-test-apis-ci/config.json new file mode 100644 index 0000000000..35c31272c1 --- /dev/null +++ b/cucumber-js-test-apis-ci/config.json @@ -0,0 +1,28 @@ +{ + "protocol" : "http", + + "onboarding" : { + "port" : "onboarding.port", + "prefix" : "sdc1/feProxy/onboarding-api/v1.0", + "server" : "onboarding.server", + "user" : "onboarding.user" + }, + "vf" : { + "port" : "vf.port", + "prefix" : "sdc1/feProxy/rest/v1", + "server" : "vf.server", + "user" : "vf.user" + }, + "catalog" : { + "port" : "CatalogBE.port", + "prefix" : "sdc2/rest/v1", + "server" : "CatalogBE.server", + "user" : "CatalogBE.user" + }, + "activity_spec" : { + "port" : "activity-spec.port", + "prefix" : "activity-spec-api/v1.0", + "server" : "activity_spec.server", + "user" : "activity-spec.user" + } +} |