瀏覽代碼

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 1 年之前
父節點
當前提交
84f7871a9e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/configuring-playbook-user-verification-service.md

+ 1
- 1
docs/configuring-playbook-user-verification-service.md 查看文件

@@ -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


Loading…
取消
儲存