Browse Source
Merge pull request #13367 from idealissst/add-valkey-reference-thingsboard.yml-transports-yml
Add Valkey reference in .yml files
pull/13446/head
Andrew Shvayka
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with
6 additions and
6 deletions
-
application/src/main/resources/thingsboard.yml
-
transport/coap/src/main/resources/tb-coap-transport.yml
-
transport/http/src/main/resources/tb-http-transport.yml
-
transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml
-
transport/mqtt/src/main/resources/tb-mqtt-transport.yml
-
transport/snmp/src/main/resources/tb-snmp-transport.yml
|
|
|
@ -668,7 +668,7 @@ cache: |
|
|
|
# Spring data parameters |
|
|
|
spring.data.redis.repositories.enabled: false # Disable this because it is not required. |
|
|
|
|
|
|
|
# Redis configuration parameters |
|
|
|
# Redis/Valkey configuration parameters |
|
|
|
redis: |
|
|
|
# standalone or cluster or sentinel |
|
|
|
connection: |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ cache: |
|
|
|
timeToLiveInMinutes: "${CACHE_SPECS_ENTITY_LIMITS_TTL:5}" # Entity limits cache TTL |
|
|
|
maxSize: "${CACHE_SPECS_ENTITY_LIMITS_MAX_SIZE:100000}" # 0 means the cache is disabled |
|
|
|
|
|
|
|
# Redis configuration parameters |
|
|
|
# Redis/Valkey configuration parameters |
|
|
|
redis: |
|
|
|
connection: |
|
|
|
# standalone or cluster or sentinel |
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ cache: |
|
|
|
timeToLiveInMinutes: "${CACHE_SPECS_ENTITY_LIMITS_TTL:5}" # Entity limits cache TTL |
|
|
|
maxSize: "${CACHE_SPECS_ENTITY_LIMITS_MAX_SIZE:100000}" # 0 means the cache is disabled |
|
|
|
|
|
|
|
# Redis configuration parameters |
|
|
|
# Redis/Valkey configuration parameters |
|
|
|
redis: |
|
|
|
# standalone or cluster or sentinel |
|
|
|
connection: |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ cache: |
|
|
|
timeToLiveInMinutes: "${CACHE_SPECS_ENTITY_LIMITS_TTL:5}" # Entity limits cache TTL |
|
|
|
maxSize: "${CACHE_SPECS_ENTITY_LIMITS_MAX_SIZE:100000}" # 0 means the cache is disabled |
|
|
|
|
|
|
|
# Redis configuration parameters |
|
|
|
# Redis/Valkey configuration parameters |
|
|
|
redis: |
|
|
|
connection: |
|
|
|
# standalone or cluster or sentinel |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ cache: |
|
|
|
timeToLiveInMinutes: "${CACHE_SPECS_ENTITY_LIMITS_TTL:5}" # Entity limits cache TTL |
|
|
|
maxSize: "${CACHE_SPECS_ENTITY_LIMITS_MAX_SIZE:100000}" # 0 means the cache is disabled |
|
|
|
|
|
|
|
# Redis configuration parameters |
|
|
|
# Redis/Valkey configuration parameters |
|
|
|
redis: |
|
|
|
# standalone or cluster or sentinel |
|
|
|
connection: |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ cache: |
|
|
|
timeToLiveInMinutes: "${CACHE_SPECS_ENTITY_LIMITS_TTL:5}" # Entity limits cache TTL |
|
|
|
maxSize: "${CACHE_SPECS_ENTITY_LIMITS_MAX_SIZE:100000}" # 0 means the cache is disabled |
|
|
|
|
|
|
|
# Redis configuration parameters |
|
|
|
# Redis/Valkey configuration parameters |
|
|
|
redis: |
|
|
|
connection: |
|
|
|
# standalone or cluster or sentinel |
|
|
|
|