Browse Source

Fix redis config comment

Chocobozzz 2 years ago
parent
commit
ec2fa0d0b1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/default.yaml
  2. 1 1
      config/production.yaml.example

+ 1 - 1
config/default.yaml

@@ -47,7 +47,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

+ 1 - 1
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