Change configuration for Clamp integration
[clamp.git] / src / main / resources / application.properties
index 9ed7c6e..d10b4f4 100644 (file)
@@ -27,16 +27,16 @@ info.build.description=@project.description@
 info.build.version=@project.version@\r
 \r
 ### Set the port for HTTP or HTTPS protocol (Controlled by Spring framework, only one at a time).\r
-### (See below for the parameter 'server.http.port' if you want to have both enabled) \r
+### (See below for the parameter 'server.http.port' if you want to have both enabled)\r
 ### To have only HTTP, keep the lines server.ssl.* commented\r
 ### To have only HTTPS enabled, uncomment the server.ssl.* lines and specify a right keystore location\r
 server.port=8080\r
-### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port') \r
+### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port')\r
 #server.ssl.key-store=file:/tmp/mykey.jks\r
 #server.ssl.key-store-password=pass\r
 #server.ssl.key-password=pass\r
 \r
-### In order to be user friendly when HTTPS is enabled, \r
+### In order to be user friendly when HTTPS is enabled,\r
 ### you can add another HTTP port that will be automatically redirected to HTTPS\r
 ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...)\r
 #server.http-to-https-redirection.port=8090\r
@@ -128,7 +128,7 @@ async.core.pool.size=10
 async.max.pool.size=20\r
 async.queue.capacity=500\r
 \r
-org.onap.clamp.config.dcae.url=http://localhost:9000/closedloop-dcae-services\r
+org.onap.clamp.config.dcae.url=http://dcae.api.simpledemo.openecomp.org:9000/closedloop-dcae-services\r
 \r
 #GRM Edge endpoint details\r
 service.name=ajsc6camundademo\r