Mercurial > prosody-modules
view mod_readonly/README.md @ 6469:24cc4b04d078
mod_log_auth/README.md: update compatibility
| author | Menel <menel@snikket.de> |
|---|---|
| date | Sun, 15 Mar 2026 12:53:42 +0100 |
| 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" }; } ```
