Fix for adding BDD prefixes for for download
Change-Id: Id796408470330300f79120ba5d39987989aff206
Issue-ID: SDC-990
Signed-off-by: ilanap <ilanap@amdocs.com>
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json
index 6038f18..3806355 100644
--- a/openecomp-bdd/config.json
+++ b/openecomp-bdd/config.json
@@ -1,13 +1,16 @@
{
"protocol" : "http",
- "server": "SET_TO_YOUR_SERVER_IP",
- "port": 8285,
-
- "prefix" : {
- "onboarding":"sdc1/feProxy/onboarding-api/v1.0",
- "vf":"sdc1/feProxy/rest/v1",
- "activity_spec":"sdc1/feProxy/activityspec-api/v1"
-
+ "onboarding" : {
+ "port" : 8285,
+ "prefix" : "sdc1/feProxy/onboarding-api/v1.0"
+ },
+ "vf" : {
+ "port" : 8285,
+ "prefix" : "sdc1/feProxy/rest/v1"
+ },
+ "activity_spec" : {
+ "port" : 8080,
+ "prefix" : "sdc1/feProxy/activityspec-api/v1"
}
}
\ No newline at end of file