mirror of https://github.com/Chocobozzz/PeerTube
Fix redis config comment
parent
389444e048
commit
ec2fa0d0b1
|
@ -47,7 +47,7 @@ database:
|
||||||
|
|
||||||
# Redis server for short time storage
|
# Redis server for short time storage
|
||||||
# You can also specify a 'socket' path to a unix socket but first need to
|
# 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:
|
redis:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 6379
|
port: 6379
|
||||||
|
|
|
@ -45,7 +45,7 @@ database:
|
||||||
|
|
||||||
# Redis server for short time storage
|
# Redis server for short time storage
|
||||||
# You can also specify a 'socket' path to a unix socket but first need to
|
# 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:
|
redis:
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 6379
|
port: 6379
|
||||||
|
|
Loading…
Reference in New Issue