mastodon/redis-dev.conf

13 lines
178 B
Plaintext
Raw Permalink Normal View History

# This redis configuration is for development only
daemonize yes
dir ./data/redis
2022-11-25 05:01:03 +00:00
pidfile ./redis-dev.pid
2022-11-25 05:01:03 +00:00
unixsocket ./redis-dev.sock
unixsocketperm 700
# Disable TCP
port 0