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
parent
commit
f6511f2a44
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      application/src/main/resources/thingsboard.yml
  2. 2
      transport/coap/src/main/resources/tb-coap-transport.yml
  3. 2
      transport/http/src/main/resources/tb-http-transport.yml
  4. 2
      transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml
  5. 2
      transport/mqtt/src/main/resources/tb-mqtt-transport.yml
  6. 2
      transport/snmp/src/main/resources/tb-snmp-transport.yml

2
application/src/main/resources/thingsboard.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:

2
transport/coap/src/main/resources/tb-coap-transport.yml

@ -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

2
transport/http/src/main/resources/tb-http-transport.yml

@ -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:

2
transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml

@ -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

2
transport/mqtt/src/main/resources/tb-mqtt-transport.yml

@ -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:

2
transport/snmp/src/main/resources/tb-snmp-transport.yml

@ -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

Loading…
Cancel
Save