bookwyrm/redis.conf
2020-10-28 11:51:25 -07:00

10 lines
199 B
Text

bind 127.0.0.1 ::1
requirepass pAsSwOrD
protected-mode yes
port 6379
rename-command FLUSHDB ""
rename-command FLUSHALL ""
rename-command DEBUG ""
rename-command CONFIG ""
rename-command SHUTDOWN ""