diff options
author | akanshad <akansha.dua@amdocs.com> | 2019-03-25 11:09:42 +0530 |
---|---|---|
committer | akanshad <akansha.dua@amdocs.com> | 2019-03-25 12:44:44 +0530 |
commit | d6f77e245fe28146b1b79a2940ef3ea30cf5a575 (patch) | |
tree | 24b1e1af259a675ae7a66d4c010c447e89e872ec /src/main/resources | |
parent | ce6facb8157453d34fe138c3d48901133a4639e4 (diff) |
ExtApi Listener Implementation
Issue-ID: EXTAPI-204
Change-Id: I0a698068e8c5ea6e3860ff376540b239f7eeb86a
Signed-off-by: akanshad <akansha.dua@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 3 |
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 |