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-11-20 15:22:00 +02:00
|
|
|
audit-log.enabled=true
|
|
|
|
|
audit-log.by_tenant_partitioning=MONTHS
|
|
|
|
|
audit-log.default_query_period=30
|
|
|
|
|
audit-log.sink.type=none
|
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
|
|
|
|
2018-07-19 11:21:04 +02:00
|
|
|
caffeine.specs.assets.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.assets.maxSize=100000
|
|
|
|
|
|
2018-10-03 12:42:28 +03:00
|
|
|
caffeine.specs.entityViews.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.entityViews.maxSize=100000
|
|
|
|
|
|
2019-06-27 10:00:17 +03:00
|
|
|
caffeine.specs.claimDevices.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.claimDevices.maxSize=100000
|
|
|
|
|
|
2019-10-07 12:54:28 +03:00
|
|
|
caffeine.specs.edges.timeToLiveInMinutes=1440
|
|
|
|
|
caffeine.specs.edges.maxSize=100000
|
|
|
|
|
|
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=
|
2018-05-01 12:48:57 +03:00
|
|
|
|
2018-11-15 14:47:43 +02:00
|
|
|
security.user_login_case_sensitive=true
|
2019-06-27 10:00:17 +03:00
|
|
|
security.claim.allowClaimingByDefault=true
|
|
|
|
|
security.claim.duration=60000
|
2018-11-15 14:47:43 +02:00
|
|
|
|
2019-06-27 10:00:17 +03:00
|
|
|
database.ts_max_intervals=700
|
2019-11-27 18:01:42 +02:00
|
|
|
|
|
|
|
|
sql.remove_null_chars=true
|
2020-09-17 12:53:38 +03:00
|
|
|
|
|
|
|
|
edges.rpc.enabled=true
|