Remove the "installation is disabled by default" from documentation files

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-22 03:21:55 +09:00
parent 163b79e877
commit 917a631984
2 changed files with 4 additions and 5 deletions

View File

@ -30,8 +30,7 @@ In order to use UVS, an admin token for the configured homeserver must be suppli
## Enable
[Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service) installation is disabled by default.
To enable it, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
To enable Matrix User Verification Service, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
```yaml
matrix_user_verification_service_enabled: true