Browse Source

Added env variable link

pull/2493/head
Volodymyr Babak 6 years ago
parent
commit
ae1e8cdc17
  1. 2
      application/src/main/resources/thingsboard.yml

2
application/src/main/resources/thingsboard.yml

@ -300,7 +300,7 @@ caffeine:
redis:
# standalone or cluster
connection:
type: standalone
type: "${REDIS_CONNECTION_TYPE:standalone}"
standalone:
host: "${REDIS_HOST:localhost}"
port: "${REDIS_PORT:6379}"

Loading…
Cancel
Save