Quellcode durchsuchen

Update docs/configuring-playbook-user-verification-service.md: use the variable specified on main.yml directly

There are other variables specified on .env.j2 such as UVS_ACCESS_TOKEN and UVS_AUTH_TOKEN, but these are not used in the description on the document other than UVS_LOG_LEVEL. This commit therefore replaces the variable with the one specified on main.yml (matrix_user_verification_service_uvs_log_level) to improve consistency.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3994/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
84f7871a9e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      docs/configuring-playbook-user-verification-service.md

+ 1
- 1
docs/configuring-playbook-user-verification-service.md Datei anzeigen

@@ -121,7 +121,7 @@ The default logging level for this component is `info`. If you want to increase

```yaml
# See choices here: https://github.com/winstonjs/winston#logging-levels
UVS_LOG_LEVEL: debug
matrix_user_verification_service_uvs_log_level: debug
```

### TLS Certificate Checking


Laden…
Abbrechen
Speichern