Change configuration for Clamp integration

Put default configuration for clamp integration directly in
the properties files

Change-Id: Id945159720e5e5cfbc7ddd44f8d31c6f5c6361a0
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-47
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 9ed7c6e..d10b4f4 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -27,16 +27,16 @@
 info.build.version=@project.version@

 

 ### Set the port for HTTP or HTTPS protocol (Controlled by Spring framework, only one at a time).

-### (See below for the parameter 'server.http.port' if you want to have both enabled) 

+### (See below for the parameter 'server.http.port' if you want to have both enabled)

 ### To have only HTTP, keep the lines server.ssl.* commented

 ### To have only HTTPS enabled, uncomment the server.ssl.* lines and specify a right keystore location

 server.port=8080

-### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port') 

+### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port')

 #server.ssl.key-store=file:/tmp/mykey.jks

 #server.ssl.key-store-password=pass

 #server.ssl.key-password=pass

 

-### In order to be user friendly when HTTPS is enabled, 

+### In order to be user friendly when HTTPS is enabled,

 ### you can add another HTTP port that will be automatically redirected to HTTPS

 ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...)

 #server.http-to-https-redirection.port=8090

@@ -128,7 +128,7 @@
 async.max.pool.size=20

 async.queue.capacity=500

 

-org.onap.clamp.config.dcae.url=http://localhost:9000/closedloop-dcae-services

+org.onap.clamp.config.dcae.url=http://dcae.api.simpledemo.openecomp.org:9000/closedloop-dcae-services

 

 #GRM Edge endpoint details

 service.name=ajsc6camundademo