summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>2019-03-26 15:53:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-26 15:53:42 +0000
commitdb00c26116449ef0a4a882811545fc5c2cb1d34f (patch)
tree4d46b72c6a8a0b0b774813e6e8c8aad19bc6943f /src/main/resources/application.properties
parentab3fe2b8e2a08a2e138d269d68d7f48288f9464d (diff)
parentd6f77e245fe28146b1b79a2940ef3ea30cf5a575 (diff)
Merge "ExtApi Listener Implementation"
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index fe7dde0..d488505 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -42,6 +42,9 @@ onap.cloudOwner = CloudOwner
nbi.url = http://localhost:${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