Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5950:f89367e421d1
mod_storage_s3: Inherit default HTTP client settings
Here too
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 07 Aug 2024 21:28:11 +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" }; } ```
