mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
config.example.json: Adding redis.prefix
This commit is contained in:
parent
186983d54f
commit
61d9836275
1 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"redis": {
|
||||
"addr": "localhost:6379",
|
||||
"password": "",
|
||||
"db": 0
|
||||
"db": 0,
|
||||
"prefix": "ship"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue