1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

app/config/config.go: Adding User field to RedisConfig

This commit is contained in:
Henrik Hautakoski 2023-07-13 06:57:28 +02:00
parent 8ab7d852a7
commit 500cddc082
4 changed files with 7 additions and 0 deletions

View file

@ -53,6 +53,9 @@ redis:
# Address (and port) to redis server
addr: "localhost:6379"
# Username to use when authenticating
user: ""
# Password to use when authenticating
pasword: ""