Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4061:9745a623c7ed
mod_watch_spam_reports: Define variable prior to using it
author | Martin Dosch <martin@mdosch.de> |
---|---|
date | Fri, 03 Jul 2020 18:50:04 +0200 |
parents | ce5d1fa69ba3 |
children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```