Browse Source
Merge pull request #2493 from volodymyr-babak/master
Added env variable link
pull/2501/head
VoBa
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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}" |
|
|
|
|