aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/config.json
blob: e1907a2ae674283e3e49010be2557eaac4c9f894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "protocol" : "http",

  "onboarding" : {
    "port" : 8285,
    "prefix" : "sdc1/feProxy/onboarding-api/v1.0"
  },
  "vf" : {
    "port" : 8285,
    "prefix" : "sdc1/feProxy/rest/v1"
  },
  "activity_spec" : {
    "port" : 8080,
    "prefix" : "activity-spec-api/v1.0"
  }
}