Mercurial > prosody-modules
view mod_readonly/README.md @ 5993:f677ea666e4f
mod_http_admin_api/README.md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Wed, 23 Oct 2024 13:18:25 +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" }; } ```
