2016-12-01 11:40:28 +02:00
|
|
|
zk.enabled=false
|
|
|
|
|
zk.url=localhost:2181
|
2017-04-22 22:37:51 -04:00
|
|
|
zk.zk_dir=/thingsboard
|
|
|
|
|
|
2018-02-14 19:51:23 +02:00
|
|
|
updates.enabled=false
|
|
|
|
|
|
2018-02-16 14:04:21 +02:00
|
|
|
audit_log.enabled=true
|
2018-02-16 16:45:59 +02:00
|
|
|
audit_log.by_tenant_partitioning=MONTHS
|
|
|
|
|
audit_log.default_query_period=30
|
2018-02-16 14:04:21 +02:00
|
|
|
|
2018-02-19 19:34:04 +02:00
|
|
|
cache.type=caffeine
|
|
|
|
|
#cache.type=redis
|
|
|
|
|
|
|
|
|
|
caffeine.specs.relations.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.relations.maxSize=100000
|
2018-02-07 16:43:24 +02:00
|
|
|
|
2018-02-19 19:34:04 +02:00
|
|
|
caffeine.specs.deviceCredentials.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.deviceCredentials.maxSize=100000
|
2018-02-07 16:43:24 +02:00
|
|
|
|
2018-02-19 19:34:04 +02:00
|
|
|
caffeine.specs.devices.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.devices.maxSize=100000
|
2018-02-07 16:43:24 +02:00
|
|
|
|
|
|
|
|
caching.specs.devices.timeToLiveInMinutes=1440
|
2018-02-16 14:04:21 +02:00
|
|
|
caching.specs.devices.maxSize=100000
|
2018-02-19 20:11:55 +02:00
|
|
|
|
2018-02-19 19:34:04 +02:00
|
|
|
redis.connection.host=localhost
|
|
|
|
|
redis.connection.port=6379
|
|
|
|
|
redis.connection.db=0
|
2018-02-19 20:11:55 +02:00
|
|
|
redis.connection.password=
|