aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/stats.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/configs/stats.conf')
-rw-r--r--test/functional/configs/stats.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/configs/stats.conf b/test/functional/configs/stats.conf
index b37615caa..20423c16f 100644
--- a/test/functional/configs/stats.conf
+++ b/test/functional/configs/stats.conf
@@ -42,16 +42,20 @@ worker {
classifier {
tokenizer {
name = "osb";
+ hash = ${STATS_HASH}
+ key = ${STATS_KEY}
}
statfile {
symbol = BAYES_SPAM;
path = ${STATSDIR}/rspamd-bats-bayes.spam;
size = 1M;
+ backend = ${STATS_BACKEND}
}
statfile {
symbol = BAYES_HAM;
path = ${STATSDIR}/rspamd-bats-bayes.ham;
size = 1M;
+ backend = ${STATS_BACKEND}
}
cache {