mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 06:04:20 +00:00
7 lines
185 B
Text
7 lines
185 B
Text
# redis.conf
|
|
port 0
|
|
tls-port 6379
|
|
tls-cert-file /usr/local/etc/redis/cert.pem
|
|
tls-key-file /usr/local/etc/redis/key.pem
|
|
tls-ca-cert-file /usr/local/etc/redis/ca.pem
|
|
tls-auth-clients no
|