Browse Source

Merge pull request #2493 from volodymyr-babak/master

Added env variable link
pull/2501/head
VoBa 7 years ago
committed by GitHub
parent
commit
f3a01f21f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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