Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4984:fc6a618bfe4e
mod_compat_roles/README: Fix yaml syntax in metadata block
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 11 Aug 2022 20:04:13 +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" }; } ```
