|
|
|
|
|
|
|
|
|
## ????
|
|
|
|
|
#spring.datasource.url=${jdbcUrl}
|
|
|
|
|
#spring.datasource.username=${jdbcUsername}
|
|
|
|
|
#spring.datasource.password=${jdbcPassword}
|
|
|
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
#spring.datasource.hikari.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
#spring.datasource.hikari.schema=data_center
|
|
|
|
|
#spring.datasource.hikari.minimum-idle: 5
|
|
|
|
|
#spring.datasource.hikari.maximum-pool-size: ${rdsMaxPool:40}
|
|
|
|
|
#spring.datasource.hikari.connection-timeout:10000
|
|
|
|
|
|
|
|
|
|
spring.datasource.admin.name=${springApplicationName:sender}
|
|
|
|
|
spring.datasource.admin.url=${jdbcUrl:jdbc:mysql://rm-bp11k2zm2fr7864428o.mysql.rds.aliyuncs.com/data_center_admin}
|
|
|
|
|
spring.datasource.admin.username=${jdbcUsername:zhc}
|
|
|
|
|
spring.datasource.admin.password=${jdbcPassword:Youqu48bnb1}
|
|
|
|
|
spring.datasource.admin.driverClassName=com.mysql.jdbc.Driver
|
|
|
|
|
spring.datasource.admin.hikari.driverClassName=com.mysql.jdbc.Driver
|
|
|
|
|
spring.datasource.admin.hikari.schema=data_center_admin
|
|
|
|
|
spring.datasource.admin.hikari.minimum-idle: 5
|
|
|
|
|
spring.datasource.admin.hikari.maximum-pool-size: ${rdsMaxPool:40}
|
|
|
|
|
spring.datasource.admin.hikari.connection-timeout:10000
|
|
|
|
|
|
|
|
|
|
dynamic.jdbc.url=${dynamicJdbcUrl:jdbc:mysql://rm-bp11k2zm2fr7864428o.mysql.rds.aliyuncs.com/%s}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spring.redis.host=${redisHost}
|
|
|
|
|
spring.redis.password=${redisPassword}
|
|
|
|
|
spring.redis.port=${redisPort}
|
|
|
|
|
spring.redis.database=${redisDatabase}
|
|
|
|
|
spring.redis.timeout=${redisTimeout}
|
|
|
|
|
spring.redis.lettuce.pool.max-active=${redisMaxActive}
|
|
|
|
|
spring.redis.lettuce.pool.min-idle=${redisMinIdle}
|
|
|
|
|
spring.redis.lettuce.pool.max-idle=${redisMaxIdle}
|
|
|
|
|
spring.redis.lettuce.pool.max-wait=${redisMaxWait}
|
|
|
|
|
spring.redis.lettuce.shutdown-timeout=${redisShutdownTimeout}
|
|
|
|
|
|
|
|
|
|
redis.lock.expire=${redisLockExpire:1000}
|
|
|
|
|
|
|
|
|
|
data.center.sender.url=${dataCenterSenderTargetUrl}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
amazon.aws.accesskey=${awsaccesskey:AKIAVRXFMB43XVQ3GXAL}
|
|
|
|
|
amazon.aws.secretkey=${secretkey:G0FaGcizm8FlgLxZsL+8xBwfPSzQF71294nrtE2y}
|
|
|
|
|
|
|
|
|
|
amazon.aws.alert.topic=${mqttAlertTopic:alertTopic}
|
|
|
|
|
amazon.aws.normal.topic=${mqttNormalTopic:normalTopic}
|
|
|
|
|
|
|
|
|
|
alarm.redis.host=${redisHost:localhost}
|
|
|
|
|
alarm.redis.port=${redisPort:6379}
|
|
|
|
|
alarm.redis.password=${redisPassword:}
|
|
|
|
|
alarm.redis.database=${alarmRedisDatabase:0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
roid.alarm.url=${roidAlarmUrl:http://localhost:8080}
|
|
|
|
|
roid.alarm.cancel.url=${roidAlarmCancelUrl:}
|
|
|
|
|
|
|
|
|
|
roid.authorization=${roidAuthorization:}
|
|
|
|
|
|
|
|
|
|
roid2.authorization=${roid2Authorization:Bearer}
|
|
|
|
|
|
|
|
|
|
roid2.url=${roid2Url:https://api.public-api.kanri-roid.app/api/public/v1/targets/{targetId}/monitoring-status}
|
|
|
|
|
|
|
|
|
|
alarm.receiver=${alarmReceiver:}
|
|
|
|
|
|
|
|
|
|
email.restful.url=${emailRestfulUrl:http://localhost:8080}
|
|
|
|
|
|
|
|
|
|
query.push.info=${queryPushInfoUrl:}
|
|
|
|
|
|
|
|
|
|
business.query.push.info=${businessQueryPushInfoUrl:}
|
|
|
|
|
|
|
|
|
|
alarm.email.result.url=${alarmEmailResultUrl:}
|
|
|
|
|
|
|
|
|
|
roidBaStatus.url=${roidBaStatusUrl:}
|
|
|
|
|
|
|
|
|
|
iotcore.endpoint=${iotcoreEndpoint:a6lbhgp873vur-ats.iot.ap-northeast-1.amazonaws.com}
|
|
|
|
|
iotcore.port=${iotcorePort:8883}
|
|
|
|
|
iotcore.clientId=${iotcoreClientId:basicPubSub}
|
|
|
|
|
iotcore.env=${iotcoreEnv:prd}
|
|
|
|
|
|
|
|
|
|
server.tomcat.threads.max=500
|
|
|
|
|
server.tomcat.threads.min-spare=20
|
|
|
|
|
|
|
|
|
|
# 报警类设备类型ID
|
|
|
|
|
category.alarm.deviceTypeIds=46,110
|
|
|
|
|
# 计测类设备类型ID
|
|
|
|
|
category.measure.deviceTypeIds=47,111,121
|
|
|
|
|
# 累积类设备类型ID
|
|
|
|
|
category.accumulate.deviceTypeIds=48,112,122
|
|
|
|
|
# 状态类设备类型ID
|
|
|
|
|
category.status.deviceTypeIds=86,113,123
|
|
|
|
|
|
|
|
|
|
data.operation.batch-size=${dataOperationBatchSize:100}
|
|
|
|
|
|
|
|
|
|
sys.mqtt.endpoint=${sysMqttEndpoint:mqtt-stg.kr-sensor.net}
|
|
|
|
|
sys.mqtt.port=${sysMqttPort:1883}
|
|
|
|
|
sys.mqtt.username=${sysMqttUsername:test}
|
|
|
|
|
sys.mqtt.password=${sysMqttPassword:test}
|
|
|
|
|
sys.mqtt.clientId=${sysMqttClientId:sys-mqtt-client}
|
|
|
|
|
|
|
|
|
|
spring.aurora.datasource.url=${auroraUrl:jdbc:mysql://127.0.0.1:3306/test_tuling}
|
|
|
|
|
spring.aurora.datasource.username=${auroraUser:root}
|
|
|
|
|
spring.aurora.datasource.password=${auroraPass:Hanliang_1995}
|
|
|
|
|
spring.aurora.datasource.driver-class-name=${auroraDriver:com.mysql.cj.jdbc.Driver}
|
|
|
|
|
spring.aurora.datasource.minimum-idle=${auroraMinIdle:5}
|
|
|
|
|
spring.aurora.datasource.maximum-pool-size=${auroraMaxPool:30}
|
|
|
|
|
spring.aurora.datasource.connection-timeout=${auroraConnTimeout:30000}
|