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.

81 lines
2.6 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: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}
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}
spring.task.execution.pool.core-size=5
spring.task.execution.pool.max-size=10
spring.task.execution.pool.queue-capacity=100
gateway.server.auto-start=true
gateway.server.ip=127.0.0.1
gateway.server.port=${gatewayServerPort:8888}
gateway.server.max-connections=100
gateway.server.connection-timeout=5000
gateway.server.read-timeout=30000
gateway.server.write-timeout=5000
gateway.server.core-pool-size=10
gateway.server.max-pool-size=50
gateway.server.thread-keepalive-seconds=60
gateway.server.heartbeat-enabled=true
gateway.server.heartbeat-interval=30000
gateway.server.idle-timeout=60000