Fix redis config comment

This commit is contained in:
Chocobozzz 2022-04-15 11:56:41 +02:00
parent 389444e048
commit ec2fa0d0b1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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