diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ # # APPLICATION -SERVER_CONTEXTPATH=/nbi/api/v1 +SERVER_CONTEXTPATH=/nbi/api/v3 SERVER_PORT=8080 # ONAP @@ -25,7 +25,7 @@ ONAP_CLOUDOWNER= NEXUS_DOCKER_REPO=nexus3.onap.org:10001 # NBI -NBI_URL=http://localhost:8080/nbi/api/v1 +NBI_URL=http://localhost:8080/nbi/api/v3 NBI_CALLFORVNF=false # SDC |