diff options
author | Vodafone <onap@vodafone.com> | 2019-03-25 17:38:23 +0530 |
---|---|---|
committer | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2019-04-12 14:13:40 +0200 |
commit | ff5433e350678f5f45e8b2aa14cdb00f9cecfceb (patch) | |
tree | 002fc90357697b9b4bcfa96279731873a7b3bcc4 /src/main/resources/application.properties | |
parent | 5ad4e649d9c634309447fda7b867719040c1fd56 (diff) |
CCVPN (East-west Interface)
Change-Id: I11dbe477db3310ef054b2e894e8005b0f8e4be96
Issue-ID: EXTAPI-204
Co-authored-by: madhuri.verma@vodafone.com
Signed-off-by: Vodafone <onap@vodafone.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5b908b3..f290102 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -25,6 +25,7 @@ nbi.version = v4 # SERVER server.servlet.context-path = /nbi/api/${nbi.version} server.port = 8080 +server.public.ip = localhost # LOGGING logging.level. = WARN @@ -40,11 +41,9 @@ onap.cloudOwner = CloudOwner # NBI nbi.url = http://localhost:${server.port}${server.servlet.context-path} +nbi.public.url = http://${server.public.ip}:${server.port}${server.servlet.context-path} nbi.callForVNF = false -# External NBI -external.nbi.url = http://{targetUrl}:${server.port}${server.servlet.context-path} - # SCHEDULER scheduler.pollingDurationInMins = 360 serviceOrder.schedule = 5000 |