Mercurial > prosody-modules
view mod_readonly/README.md @ 6284:c95dffd984a4
mod_rest: Add -v flag to example script to allow increasing verbosity
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 03 Jul 2025 17:50:18 +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" }; } ```
