summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-bdd/config.json')
-rw-r--r--openecomp-bdd/config.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json
deleted file mode 100644
index 4bf5f95ac5..0000000000
--- a/openecomp-bdd/config.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "protocol" : "http",
-
- "onboarding" : {
- "port" : 8285,
- "prefix" : "sdc1/feProxy/onboarding-api/v1.0",
- "server" : "onboarding.server",
- "user" : "user"
- },
- "vf" : {
- "port" : 8285,
- "prefix" : "sdc1/feProxy/rest/v1",
- "server" : "vf.server",
- "user" : "user"
- },
- "catalog" : {
- "port" : 8080,
- "prefix" : "sdc2/rest/v1",
- "server" : "CatalogBE.server",
- "user" : "user"
- },
- "activity_spec" : {
- "port" : 8080,
- "prefix" : "activity-spec-api/v1.0",
- "server" : "activity_spec.server",
- "user" : "user"
- }
-}