diff options
Diffstat (limited to 'openecomp-bdd/config.json')
-rw-r--r-- | openecomp-bdd/config.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json index 0a3ab03650..6038f1827c 100644 --- a/openecomp-bdd/config.json +++ b/openecomp-bdd/config.json @@ -3,6 +3,11 @@ "server": "SET_TO_YOUR_SERVER_IP", "port": 8285, - "prefix":"sdc1/feProxy/onboarding-api/v1.0", - "vf_prefix":"sdc1/feProxy/rest/v1" + + "prefix" : { + "onboarding":"sdc1/feProxy/onboarding-api/v1.0", + "vf":"sdc1/feProxy/rest/v1", + "activity_spec":"sdc1/feProxy/activityspec-api/v1" + + } }
\ No newline at end of file |