mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: Enable blocklist compat during tests to fix CI
This commit is contained in:
parent
f3b1b57a70
commit
11bc995c0b
1 changed files with 2 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue