summaryrefslogtreecommitdiffstats
path: root/nokiav2/deployment
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-03-15 01:17:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-15 01:17:32 +0000
commit246571e8628c1d8f678f7192eb404f0cec58b0e9 (patch)
tree3938688916936792d663dac1add34b54222dc58f /nokiav2/deployment
parent8b8ce2eae2f81941d78b33c9441ba77155aae30e (diff)
parent876a4acf6f2e8264bb82e960e9aa886799c4bdb1 (diff)
Merge "Fix some security vulnerabilities"
Diffstat (limited to 'nokiav2/deployment')
-rw-r--r--nokiav2/deployment/src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/nokiav2/deployment/src/main/resources/application.properties b/nokiav2/deployment/src/main/resources/application.properties
index c9c86a02..c467e765 100644
--- a/nokiav2/deployment/src/main/resources/application.properties
+++ b/nokiav2/deployment/src/main/resources/application.properties
@@ -29,11 +29,11 @@ driverVnfmExternalIp=127.0.0.1
# the IP address of the message bus
messageBusIp=127.0.0.1
# the URL of the CBAM catalog service
-cbamCatalogUrl=https://127.0.0.1:443/api/catalog/adapter
+cbamCatalogUrl=https://127.0.0.1:443/api/catalog/adapter/
# the URL of the CBAM LCN service
-cbamLcnUrl=https://127.0.0.1:443/vnfm/lcn/v3
+cbamLcnUrl=https://127.0.0.1:443/vnfm/lcn/v3/
# the URL of the CBAM authentication service
-cbamKeyCloakBaseUrl=https://127.0.0.1:443/auth
+cbamKeyCloakBaseUrl=https://127.0.0.1:443/auth/
# the username to be used for requesing a token on CBAM authorization interface
cbamUsername=kukuUser
# the password to be used for requesing a token on CBAM authorization interface