summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/src/main/resources/application.properties
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-02-24 14:19:20 +0000
committerNiranjana Y <niranjana.y60@wipro.com>2021-04-16 06:56:29 +0000
commit4f438a4c4c753e3cd49e4dbaa68ee7f72628b548 (patch)
tree092cf0499bcf10a6410aa2305bc8deef6f867713 /components/datalake-handler/feeder/src/main/resources/application.properties
parent835ad818323544acb8b030a4f274de14496d7b02 (diff)
Use non-root user to access datalake-feeder database and
update the base image to align with ONAP Issue-ID: DCAEGEN2-2329 Issue-ID: DCAEGEN2-2420 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I26da297dcc4563a25d3cd6f558cc92627b17647b
Diffstat (limited to 'components/datalake-handler/feeder/src/main/resources/application.properties')
-rw-r--r--components/datalake-handler/feeder/src/main/resources/application.properties6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/datalake-handler/feeder/src/main/resources/application.properties b/components/datalake-handler/feeder/src/main/resources/application.properties
index bc24cdb2..0e5a81fd 100644
--- a/components/datalake-handler/feeder/src/main/resources/application.properties
+++ b/components/datalake-handler/feeder/src/main/resources/application.properties
@@ -19,11 +19,7 @@ defaultTopicName=_DL_DEFAULT_
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://mariadb-galera:3306/datalake?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF-8
-spring.datasource.username=dl
-spring.datasource.password=dl1234
-
+spring.datasource.driver-class-name=org.hibernate.dialect.PostgreSQL9Dialect
#####################DMaaP
dmaapZookeeperHostPort=message-router-zookeeper:2181