From d6f77e245fe28146b1b79a2940ef3ea30cf5a575 Mon Sep 17 00:00:00 2001 From: akanshad Date: Mon, 25 Mar 2019 11:09:42 +0530 Subject: ExtApi Listener Implementation Issue-ID: EXTAPI-204 Change-Id: I0a698068e8c5ea6e3860ff376540b239f7eeb86a Signed-off-by: akanshad --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources') 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 -- cgit 1.2.3-korg