Mercurial > prosody-modules
view mod_readonly/README.md @ 6507:73915ac32649
mod_admin_web: update comp and instruction.
| author | Menel <menel@snikket.de> |
|---|---|
| date | Mon, 06 Apr 2026 15:22:36 +0200 |
| parents | fe081789f7b5 |
| 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" }; } ```
