summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/feeder/src/main/resources/application.properties')
-rw-r--r--components/datalake-handler/feeder/src/main/resources/application.properties7
1 files changed, 5 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 ea94d004..42b13459 100644
--- a/components/datalake-handler/feeder/src/main/resources/application.properties
+++ b/components/datalake-handler/feeder/src/main/resources/application.properties
@@ -9,8 +9,8 @@ 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&useUnicode=true&characterEncoding=UTF-8
-spring.datasource.username=nook
-spring.datasource.password=nook123
+spring.datasource.username=dl
+spring.datasource.password=dl1234
#For Beijing lab
@@ -35,6 +35,9 @@ kafkaConsumerCount=1
#tolerate inconsistency when system crash, see PullThread.run()
async=true
+#SSL global flag, if enabled, still need to check each individual DB SSL flag
+enableSSL=false
+
#Logging
logging.level.org.springframework.web=ERROR
logging.level.com.att.nsa.apiClient.http=ERROR