diff options
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 |