diff options
author | ilanap <ilanap@amdocs.com> | 2018-02-19 10:36:26 +0200 |
---|---|---|
committer | ilanap <ilanap@amdocs.com> | 2018-02-19 13:48:50 +0200 |
commit | bd76c092d9929aa69682767855ba47b1ccc627d8 (patch) | |
tree | 57c7321e1fc8aeaaa6d6ea7214ca236c2a5b161e /openecomp-bdd/config.json | |
parent | 3437fc9044b05d53d20c2d5ca0cb5b0705bff155 (diff) |
Fix for adding BDD prefixes for for download
Change-Id: Id796408470330300f79120ba5d39987989aff206
Issue-ID: SDC-990
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd/config.json')
-rw-r--r-- | openecomp-bdd/config.json | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json index 6038f1827c..38063552ca 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 |