You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-06 06:02:40 +03:00
Apply suggestions on wording
This commit is contained in:
@@ -335,9 +335,9 @@ Policy settings
|
|||||||
```yaml
|
```yaml
|
||||||
policy:
|
policy:
|
||||||
# Path to the WASM module
|
# Path to the WASM module
|
||||||
# Default for docker feature: `/usr/local/share/mas-cli/policy.wasm`
|
# Default in Docker distribution: `/usr/local/share/mas-cli/policy.wasm`
|
||||||
# Default for dist feature: `./share/policy.wasm`
|
# Default in pre-built binaries: `./share/policy.wasm`
|
||||||
# Default otherwise: `./policies/policy.wasm`
|
# Default in locally-built binaries: `./policies/policy.wasm`
|
||||||
wasm_module: ./policies/policy.wasm
|
wasm_module: ./policies/policy.wasm
|
||||||
# Entrypoint to use when evaluating client registrations
|
# Entrypoint to use when evaluating client registrations
|
||||||
client_registration_entrypoint: client_registration/violation
|
client_registration_entrypoint: client_registration/violation
|
||||||
|
Reference in New Issue
Block a user