mastodon/redis-dev.conf

13 lines
178 B
Plaintext
Raw Normal View History

2024-02-01 18:24:38 +00:00
# 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