diff options
Diffstat (limited to 'openecomp-bdd/config.json')
-rw-r--r-- | openecomp-bdd/config.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json index e1907a2ae6..c28bc9d390 100644 --- a/openecomp-bdd/config.json +++ b/openecomp-bdd/config.json @@ -3,14 +3,20 @@ "onboarding" : { "port" : 8285, - "prefix" : "sdc1/feProxy/onboarding-api/v1.0" + "prefix" : "sdc1/feProxy/onboarding-api/v1.0", + "server" : "onboarding.server", + "user" : "user" }, "vf" : { "port" : 8285, - "prefix" : "sdc1/feProxy/rest/v1" + "prefix" : "sdc1/feProxy/rest/v1", + "server" : "vf.server", + "user" : "user" }, "activity_spec" : { "port" : 8080, - "prefix" : "activity-spec-api/v1.0" + "prefix" : "activity-spec-api/v1.0", + "server" : "activity_spec.server", + "user" : "user" } -}
\ No newline at end of file +} |