1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Apply suggestions on wording

This commit is contained in:
Marcel
2024-08-31 15:50:29 +02:00
committed by Quentin Gliech
parent 7fe70aac80
commit b5ed252573

View File

@ -335,9 +335,9 @@ Policy settings
```yaml
policy:
# Path to the WASM module
# Default for docker feature: `/usr/local/share/mas-cli/policy.wasm`
# Default for dist feature: `./share/policy.wasm`
# Default otherwise: `./policies/policy.wasm`
# Default in Docker distribution: `/usr/local/share/mas-cli/policy.wasm`
# Default in pre-built binaries: `./share/policy.wasm`
# Default in locally-built binaries: `./policies/policy.wasm`
wasm_module: ./policies/policy.wasm
# Entrypoint to use when evaluating client registrations
client_registration_entrypoint: client_registration/violation