summaryrefslogtreecommitdiffstats
path: root/aai-resources/appconfig/application.properties
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2018-03-06 18:37:14 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2018-03-07 09:01:24 -0500
commitd3eeb821e65e48295500a6d8ed52a7f73c8fe733 (patch)
tree6a6c252e7771cef2dbb1b76e2f394b14bf1c9b1f /aai-resources/appconfig/application.properties
parent1647f970f55f1218c33b2664c85db8477e5d75c4 (diff)
Fix the accidental openecomp to onap
Change the files that referenced openecomp to onap Change the deploy vm 1 to look for a different phrase when start the microservice and update the application properties to have empty username and password for dmaap since the keys needs to be provided even if the values for them are empty Issue-ID: AAI-95 Issue-ID: AAI-96 Change-Id: Idf6e4050733d395397fdbf3b6b12dfaf6ed677b4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/appconfig/application.properties')
-rw-r--r--aai-resources/appconfig/application.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/aai-resources/appconfig/application.properties b/aai-resources/appconfig/application.properties
index 6f25fbc..b9c51ea 100644
--- a/aai-resources/appconfig/application.properties
+++ b/aai-resources/appconfig/application.properties
@@ -2,7 +2,7 @@
info.build.artifact=aai-resources
info.build.name=resources
info.build.description=Resources Microservice
-info.build.version=1.1.0
+info.build.version=1.2.0
spring.application.name=aai-resources
spring.jersey.type=filter
@@ -44,7 +44,7 @@ server.ssl.key-store-type=JKS
# JMS bind address host port
jms.bind.address=tcp://localhost:61647
dmaap.ribbon.eureka.enabled=false
-dmaap.ribbon.listOfServers=mr.api.simpledemo.openecomp.org:3904
+dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3904
# Number of milliseconds to wait before making ping requests again
dmaap.ribbon.ServerListRefreshInterval=75000
dmaap.ribbon.NFLoadBalancerPingInterval=75000
@@ -57,6 +57,8 @@ dmaap.ribbon.ServerDownFailureLimit=1
dmaap.ribbon.securePorts=3905
# Custom Dmaap Specific Configuration
+dmaap.ribbon.username=
+dmaap.ribbon.password=
dmaap.ribbon.health.endpoint=/topics/AAI-EVENT
# Number of seconds to wait for the ping to work and might need to increase this if the pings are all failing
dmaap.ribbon.pingport.timeout=3