mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
359 B
24 lines
359 B
loadmodule /opt/rebloom/rebloom.so
|
|
bind 127.0.0.1
|
|
|
|
# only listen on unix socket
|
|
port 0
|
|
|
|
unixsocket /run/redis_breached_passwords/socket
|
|
unixsocketperm 777
|
|
|
|
timeout 0
|
|
|
|
supervised systemd
|
|
pidfile /run/redis_breached_passwords/pid
|
|
|
|
loglevel notice
|
|
logfile ""
|
|
|
|
databases 1
|
|
rdbchecksum yes
|
|
|
|
dir /var/lib/redis
|
|
dbfilename breached_passwords_dump.rdb
|
|
|
|
appendonly no
|