glitchier-soc/redis-dev.conf
2022-11-24 23:01:20 -06:00

12 lines
178 B
Text

# This redis configuration is for development only
daemonize yes
dir ./data/redis
pidfile ./redis-dev.pid
unixsocket ./redis-dev.sock
unixsocketperm 700
# Disable TCP
port 0