scansion: Enable blocklist compat during tests to fix CI

This commit is contained in:
Kim Alvefur 2024-06-12 23:00:24 +02:00
parent f3b1b57a70
commit 11bc995c0b

View file

@ -111,6 +111,8 @@ storage = "memory"
mam_smart_enable = true
bounce_blocked_messages = true
-- For the "sql" backend, you can uncomment *one* of the below to configure:
--sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename.
--sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" }