fix defaults for redis

This commit is contained in:
Mike Reeves
2022-12-19 10:36:35 -05:00
parent 3c00d67879
commit 42157ff2b1

View File

@@ -12,7 +12,7 @@ redis:
timeout: 0 timeout: 0
tcp-keepalive: 300 tcp-keepalive: 300
tls-replication: 'no' tls-replication: 'no'
tls-cluster: no tls-cluster: 'no'
tls-protocols: '"TLSv1.2 TLSv1.3"' tls-protocols: '"TLSv1.2 TLSv1.3"'
tls-ciphers: 'DEFAULT:!MEDIUM' tls-ciphers: 'DEFAULT:!MEDIUM'
tls-ciphersuites: 'TLS_CHACHA20_POLY1305_SHA256' tls-ciphersuites: 'TLS_CHACHA20_POLY1305_SHA256'