rspamd/test/functional/configs/redis.conf

6 lines
96 B
Plaintext
Raw Normal View History

2018-09-10 16:19:16 +02:00
lua = ${LUA_SCRIPT};
redis {
servers = "${REDIS_ADDR}:${REDIS_PORT}";
expand_keys = true;
}