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 /docs/configuration/configuration.rst | |
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 'docs/configuration/configuration.rst')
-rw-r--r-- | docs/configuration/configuration.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/configuration.rst b/docs/configuration/configuration.rst index 6290691..a498e4d 100644 --- a/docs/configuration/configuration.rst +++ b/docs/configuration/configuration.rst @@ -25,6 +25,7 @@ Default values # SERVER server.servlet.context-path = /nbi/api/${nbi.version} server.port = 8080 + server.public.ip = localhost # LOGGING logging.level. = WARN @@ -41,6 +42,7 @@ Default values # NBI nbi.url = http://localhost:${server.port}${server.servlet.context-path} nbi.callForVNF = false + nbi.public.url = http://${server.public.ip}:${server.port}${server.servlet.context-path} # SCHEDULER scheduler.pollingDurationInMins = 360 |