1
0
Fork 0
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:
Henrik Hautakoski 2022-11-29 13:45:48 +01:00
parent 186983d54f
commit 61d9836275

View file

@ -13,6 +13,7 @@
"redis": {
"addr": "localhost:6379",
"password": "",
"db": 0
"db": 0,
"prefix": "ship"
}
}