Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4933:08dea42a302a
mod_audit*: fix luacheck warnings
| author | Jonas Schäfer <jonas@wielicki.name> |
|---|---|
| date | Tue, 26 Apr 2022 22:37: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" }; } ```
