Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5316:4fc3277a914d
mod_http_oauth2/README: Link to mod_rest
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Apr 2023 11:38:46 +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" }; } ```