summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/redis-server.conf
blob: 0943025753f0527de743ff71d8d7db0b9edaacd0 (plain)
1
2
3
4
5
6
7
bind ${RSPAMD_REDIS_ADDR}
daemonize yes
loglevel debug
logfile ${RSPAMD_TMPDIR}/redis.log
pidfile ${RSPAMD_TMPDIR}/redis.pid
port ${RSPAMD_REDIS_PORT}
dir ${RSPAMD_TMPDIR}