4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 05:06:37 +00:00

Disable protected mode for local Redis dev.

This commit is contained in:
Buster Neece 2024-03-02 14:39:04 -06:00
parent 976b342d23
commit 60beb3d6c5
No known key found for this signature in database

View File

@ -1,6 +1,8 @@
unixsocket /run/redis/redis.sock
unixsocketperm 666
protected-mode no
bind 0.0.0.0
port 6379