From dc4957f2f5c41e93d6b6d2b847ddc6719d57c76f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 23 Dec 2024 13:39:01 +0900 Subject: [PATCH] Update docs/configuring-playbook-user-verification-service.md: use a common placeholder for an access token Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-user-verification-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index 368ff388c..6a86c707a 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -56,7 +56,7 @@ You are required to specify an access token (belonging to this new user) for UVS ⚠️ **Warning**: Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone. ```yaml -matrix_user_verification_service_uvs_access_token: "YOUR ACCESS TOKEN HERE" +matrix_user_verification_service_uvs_access_token: "ACCESS_TOKEN_HERE" ``` ### Custom Auth Token (optional)