aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties5
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