You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.1 KiB
62 lines
2.1 KiB
|
2 months ago
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## ????
|
||
|
|
#spring.datasource.url=${jdbcUrl}
|
||
|
|
#spring.datasource.username=${jdbcUsername}
|
||
|
|
#spring.datasource.password=${jdbcPassword}
|
||
|
|
|
||
|
|
#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:reciever}
|
||
|
|
spring.datasource.admin.url=${jdbcUrl}
|
||
|
|
spring.datasource.admin.username=${jdbcUsername}
|
||
|
|
spring.datasource.admin.password=${jdbcPassword}
|
||
|
|
spring.datasource.admin.driverClassName=com.mysql.jdbc.Driver
|
||
|
|
spring.datasource.admin.hikari.driverClassName=com.mysql.jdbc.Driver
|
||
|
|
spring.datasource.admin.hikari.schema=data_center_aeon_admin
|
||
|
|
spring.datasource.admin.hikari.minimum-idle: 5
|
||
|
|
spring.datasource.admin.hikari.maximum-pool-size: ${rdsMaxPool:40}
|
||
|
|
spring.datasource.admin.hikari.connection-timeout:10000
|
||
|
|
logging.level.com.zaxxer.hikari=ERROR
|
||
|
|
logging.level.org.springframework=ERROR
|
||
|
|
|
||
|
|
|
||
|
|
dynamic.jdbc.url=${dynamicJdbcUrl}
|
||
|
|
|
||
|
|
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.receive.address=${dataCenterReceiverTargetUrl}
|
||
|
|
data.center.receive.api=/v1/main_receiver
|
||
|
|
|
||
|
|
amazon.aws.accesskey=${awsaccesskey:AKIAVRXFMB43XVQ3GXAL}
|
||
|
|
amazon.aws.secretkey=${secretkey:G0FaGcizm8FlgLxZsL+8xBwfPSzQF71294nrtE2y}
|
||
|
|
amazon.aws.bucket=${awsBucket:tokyo-build-databucket-381659385655}
|
||
|
|
amazon.dynamodb.tableName=${dynamoTableName:mqtt_history}
|
||
|
|
|
||
|
|
|
||
|
|
delta.topic=${deltaTopic}
|
||
|
|
delta.host=${deltaTopicHost}
|
||
|
|
delta.userName=${deltaUserName}
|
||
|
|
delta.usepassWordrName=${deltaUsePassWordrName}
|
||
|
|
delta.enableSSL=${deltaEnableSSL:false}
|
||
|
|
|
||
|
|
mqtt.keepAliveInterval=${mqttKeepalive:120}
|
||
|
|
|
||
|
|
base.companyId=${companyId:1}
|