Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3790:352f3efe1b67
mod_nodeinfo2: Refresh the number of recent users daily
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Mon, 30 Dec 2019 22:39: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" }; } ```
