diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2020-01-10 16:05:10 +0100 |
---|---|---|
committer | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2020-01-10 16:05:10 +0100 |
commit | 55b339f77d4944b17a4eeefb8ade6ff5f05a422d (patch) | |
tree | 5c860a8cc36992319da032c0f1e9ae4434d4ec85 /.env | |
parent | c1ae66b947edefe90ffb9c788db1ee75779b0624 (diff) |
Add support for HTTPS with self signed certificates
Dual port 8080 & 8443
Change-Id: I4acda5a1064a62d663243be810b1e3d3e458e742
Issue-ID: EXTAPI-255
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
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 |