diff options
author | ilanap <ilanap@amdocs.com> | 2018-02-18 11:02:03 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-02-18 13:15:44 +0000 |
commit | 6c872743f110fee1efd1d846b7642e6162efa1ea (patch) | |
tree | f03bab2b41fb95b1388fcd60fb0bf8b021d29a65 /openecomp-bdd/config.json | |
parent | aad2781298db9c48ef4be167709b905af39bf9e4 (diff) |
Adding BDD prefixes for different environments
Change-Id: I393f7e68b209b2a29134073453ee5ec92339330b
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 | 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 |