From ec2fa0d0b1d290f6c8de257fa7f1e2e3f28b8dfa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Apr 2022 11:56:41 +0200 Subject: Fix redis config comment --- config/production.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 3a6813687..8bdd30e2d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -45,7 +45,7 @@ database: # Redis server for short time storage # You can also specify a 'socket' path to a unix socket but first need to -# comment out hostname and port +# set 'hostname' and 'port' to null redis: hostname: 'localhost' port: 6379 -- cgit v1.2.3