|
@@ -2,35 +2,35 @@ oms.env=DAILY
|
|
logging.config=classpath:logback-dev.xml
|
|
logging.config=classpath:logback-dev.xml
|
|
|
|
|
|
####### Database properties(Configure according to the the environment) #######
|
|
####### Database properties(Configure according to the the environment) #######
|
|
-spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
-spring.datasource.core.jdbc-url=jdbc:mysql://powerjob-mysql:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
|
-spring.datasource.core.username=root
|
|
|
|
-spring.datasource.core.password=No1Bug2Please3!
|
|
|
|
|
|
+spring.datasource.core.driver-class-name=com.kingbase8.Driver
|
|
|
|
+spring.datasource.core.jdbc-url=jdbc:kingbase8://10.83.240.181:54322/kingbase
|
|
|
|
+spring.datasource.core.username=system
|
|
|
|
+spring.datasource.core.password=Ghzx2023!
|
|
spring.datasource.core.maximum-pool-size=20
|
|
spring.datasource.core.maximum-pool-size=20
|
|
spring.datasource.core.minimum-idle=5
|
|
spring.datasource.core.minimum-idle=5
|
|
|
|
|
|
####### Storage properties(Delete if not needed) #######
|
|
####### Storage properties(Delete if not needed) #######
|
|
#oms.storage.dfs.mongodb.uri=mongodb+srv://zqq:No1Bug2Please3!@cluster0.wie54.gcp.mongodb.net/powerjob_daily?retryWrites=true&w=majority
|
|
#oms.storage.dfs.mongodb.uri=mongodb+srv://zqq:No1Bug2Please3!@cluster0.wie54.gcp.mongodb.net/powerjob_daily?retryWrites=true&w=majority
|
|
-oms.storage.dfs.mysql_series.driver=com.mysql.cj.jdbc.Driver
|
|
|
|
-oms.storage.dfs.mysql_series.url=jdbc:mysql://powerjob-mysql:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
|
-oms.storage.dfs.mysql_series.username=root
|
|
|
|
-oms.storage.dfs.mysql_series.password=No1Bug2Please3!
|
|
|
|
-oms.storage.dfs.mysql_series.auto_create_table=true
|
|
|
|
|
|
+#oms.storage.dfs.mysql_series.driver=com.mysql.cj.jdbc.Driver
|
|
|
|
+#oms.storage.dfs.mysql_series.url=jdbc:mysql://powerjob-mysql:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
|
+#oms.storage.dfs.mysql_series.username=root
|
|
|
|
+#oms.storage.dfs.mysql_series.password=No1Bug2Please3!
|
|
|
|
+#oms.storage.dfs.mysql_series.auto_create_table=true
|
|
|
|
|
|
####### Email properties(Non-core configuration properties) #######
|
|
####### Email properties(Non-core configuration properties) #######
|
|
####### Delete the following code to disable the mail #######
|
|
####### Delete the following code to disable the mail #######
|
|
-spring.mail.host=smtp.163.com
|
|
|
|
-spring.mail.username=zqq@163.com
|
|
|
|
-spring.mail.password=GOFZPNARMVKCGONV
|
|
|
|
-spring.mail.properties.mail.smtp.auth=true
|
|
|
|
-spring.mail.properties.mail.smtp.starttls.enable=true
|
|
|
|
-spring.mail.properties.mail.smtp.starttls.required=true
|
|
|
|
|
|
+#spring.mail.host=smtp.163.com
|
|
|
|
+#spring.mail.username=zqq@163.com
|
|
|
|
+#spring.mail.password=GOFZPNARMVKCGONV
|
|
|
|
+#spring.mail.properties.mail.smtp.auth=true
|
|
|
|
+#spring.mail.properties.mail.smtp.starttls.enable=true
|
|
|
|
+#spring.mail.properties.mail.smtp.starttls.required=true
|
|
|
|
|
|
####### DingTalk properties(Non-core configuration properties) #######
|
|
####### DingTalk properties(Non-core configuration properties) #######
|
|
####### Delete the following code to disable the DingTalk #######
|
|
####### Delete the following code to disable the DingTalk #######
|
|
-oms.alarm.ding.app-key=dingauqwkvxxnqskknfv
|
|
|
|
-oms.alarm.ding.app-secret=XWrEPdAZMPgJeFtHuL0LH73LRj-74umF2_0BFcoXMfvnX0pCQvt0rpb1JOJU_HLl
|
|
|
|
-oms.alarm.ding.agent-id=847044348
|
|
|
|
|
|
+#oms.alarm.ding.app-key=dingauqwkvxxnqskknfv
|
|
|
|
+#oms.alarm.ding.app-secret=XWrEPdAZMPgJeFtHuL0LH73LRj-74umF2_0BFcoXMfvnX0pCQvt0rpb1JOJU_HLl
|
|
|
|
+#oms.alarm.ding.agent-id=847044348
|
|
|
|
|
|
####### Resource cleaning properties #######
|
|
####### Resource cleaning properties #######
|
|
oms.instanceinfo.retention=1
|
|
oms.instanceinfo.retention=1
|