mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +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": {
|
"redis": {
|
||||||
"addr": "localhost:6379",
|
"addr": "localhost:6379",
|
||||||
"password": "",
|
"password": "",
|
||||||
"db": 0
|
"db": 0,
|
||||||
|
"prefix": "ship"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue