From 61d9836275c30731132435a98ef0cf3b9f4d5288 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 29 Nov 2022 13:45:48 +0100 Subject: [PATCH] config.example.json: Adding redis.prefix --- config.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 153634a..bd60d93 100644 --- a/config.example.json +++ b/config.example.json @@ -13,6 +13,7 @@ "redis": { "addr": "localhost:6379", "password": "", - "db": 0 + "db": 0, + "prefix": "ship" } }