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.

redis-server.conf 172B

1234567
  1. bind ${RSPAMD_REDIS_ADDR}
  2. daemonize yes
  3. loglevel debug
  4. logfile ${RSPAMD_TMPDIR}/redis.log
  5. pidfile ${RSPAMD_TMPDIR}/redis.pid
  6. port ${RSPAMD_REDIS_PORT}
  7. dir ${RSPAMD_TMPDIR}