diff options
author | Adrian OSullivan <adrian.osullivan@huawei.com> | 2020-01-13 09:54:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-13 09:54:59 +0000 |
commit | 74474544e4e3013c582ca5579a0088c40dacc0e5 (patch) | |
tree | b80267e923d525817e80d3000da8fe0e069288dc /.env | |
parent | ca7fa9dce1d37491e648531998c1577446eff23b (diff) | |
parent | 55b339f77d4944b17a4eeefb8ade6ff5f05a422d (diff) |
Merge "Add support for HTTPS with self signed certificates"
Diffstat (limited to '.env')
-rw-r--r-- | .env | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,8 @@ NBI_VERSION=v4 # APPLICATION SERVER_CONTEXTPATH=/nbi/api/v4 -SERVER_PORT=8080 +SERVER_PORT=8443 +HTTP_PORT=8080 # ONAP ONAP_LCPCLOUDREGIONID= @@ -27,7 +28,7 @@ ONAP_CLOUDOWNER= NEXUS_DOCKER_REPO=nexus3.onap.org:10001 # NBI -NBI_URL=http://localhost:8080/nbi/api/v4 +NBI_URL=https://localhost:8443/nbi/api/v4 NBI_CALLFORVNF=false # SDC |