Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3845:117f0fb8cb15
mod_stats39: Add actual example stats
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 19 Jan 2020 19:27:17 +0100 |
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" }; } ```