summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/src/main/resources
diff options
context:
space:
mode:
authorKate Hsuan <kate.hsuan@qct.io>2020-03-02 08:54:04 +0000
committerKate Hsuan <kate.hsuan@qct.io>2020-03-04 10:11:53 +0000
commit3034e7cd569faea033c9a309b3318c7e51c1ba9e (patch)
tree267e75a3b06a9404ee4455ea0420348440eda451 /components/datalake-handler/feeder/src/main/resources
parentfdbe7434b8d9287223bc642cb5413f5eb0ed90d8 (diff)
Switch from cloudify helm plugin to cloudify/tosca.
1. Blueprint implementation. 2. Modify startup sequence. Issue-ID: DCAEGEN2-2098 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I9d3d56565b0e997d3150eeef0891cc79bb0519ae
Diffstat (limited to 'components/datalake-handler/feeder/src/main/resources')
-rw-r--r--components/datalake-handler/feeder/src/main/resources/application.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/datalake-handler/feeder/src/main/resources/application.properties b/components/datalake-handler/feeder/src/main/resources/application.properties
index c7a040cf..bc24cdb2 100644
--- a/components/datalake-handler/feeder/src/main/resources/application.properties
+++ b/components/datalake-handler/feeder/src/main/resources/application.properties
@@ -20,7 +20,7 @@ spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=false
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-spring.datasource.url=jdbc:mariadb://dl-mariadb:3306/datalake?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF-8
+spring.datasource.url=jdbc:mariadb://mariadb-galera:3306/datalake?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF-8
spring.datasource.username=dl
spring.datasource.password=dl1234
@@ -70,4 +70,4 @@ kibanaPort=5601
esTemplateMappingApi=/_template/
#####################Elasticsearch port
-esPort=9200 \ No newline at end of file
+esPort=9200