31 lines
800 B
Properties
31 lines
800 B
Properties
# Database Configuration - MySQL
|
|
# MySQL database connection settings
|
|
db.mysql.url=jdbc:mysql://101.42.2.210:3306/cdsdb?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
|
|
db.mysql.username=root
|
|
db.mysql.password=ENC(K2gWg4+uYaXiUFDXQWXDBA==)
|
|
db.mysql.driver=com.mysql.cj.jdbc.Driver
|
|
|
|
# Database Configuration - DM
|
|
db.dm.url=jdbc:dm://xx.xx.x.x:x/xxDB?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
|
|
db.dm.username=
|
|
db.dm.password=
|
|
db.dm.driver=dm.jdbc.driver.DmDriver
|
|
|
|
# Database Type (mysql/dm)
|
|
db.type=mysql
|
|
|
|
# Batch Settings
|
|
batch.retry.maxTimes=3
|
|
batch.timeout=1800000
|
|
|
|
# Log Settings
|
|
log.level=debug
|
|
log.path=logs
|
|
log.maxFileSize=100MB
|
|
log.maxHistory=30
|
|
|
|
# Timezone Settings
|
|
batch.timezone=Asia/Shanghai
|
|
|
|
# KEY Settings
|
|
key.path=conf/.key |