Software / code / prosody
Comparison
spec/scansion/prosody.cfg.lua @ 13492:dbf6e5404c7f 0.12
scansion: Enable blocklist compat during tests to fix CI
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 12 Jun 2024 23:00:24 +0200 |
| parent | 12116:efcf25ad5406 |
| child | 13494:4c3d6ed9c823 |
comparison
equal
deleted
inserted
replaced
| 13488:b2b090181270 | 13492:dbf6e5404c7f |
|---|---|
| 109 | 109 |
| 110 storage = "memory" | 110 storage = "memory" |
| 111 | 111 |
| 112 mam_smart_enable = true | 112 mam_smart_enable = true |
| 113 | 113 |
| 114 bounce_blocked_messages = true | |
| 115 | |
| 114 -- For the "sql" backend, you can uncomment *one* of the below to configure: | 116 -- For the "sql" backend, you can uncomment *one* of the below to configure: |
| 115 --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. | 117 --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. |
| 116 --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } | 118 --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } |
| 117 --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } | 119 --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } |
| 118 | 120 |