summaryrefslogtreecommitdiffstats
path: root/.env
diff options
context:
space:
mode:
authorAdrian OSullivan <adrian.osullivan@huawei.com>2020-01-13 09:54:59 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-13 09:54:59 +0000
commit74474544e4e3013c582ca5579a0088c40dacc0e5 (patch)
treeb80267e923d525817e80d3000da8fe0e069288dc /.env
parentca7fa9dce1d37491e648531998c1577446eff23b (diff)
parent55b339f77d4944b17a4eeefb8ade6ff5f05a422d (diff)
Merge "Add support for HTTPS with self signed certificates"
Diffstat (limited to '.env')
-rw-r--r--.env5
1 files changed, 3 insertions, 2 deletions
diff --git a/.env b/.env
index b5e681d..df2e722 100644
--- a/.env
+++ b/.env
@@ -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