diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index fafe3597d2ba1b11457461f8382483d38d3e63e6..2e19b6b341a0dddb2f65de8dd834c6598b091b5c 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -179,7 +179,7 @@ The format of the environment variables must follow:
 - Underscore (`_`)
 - `matchHost`
 - Underscore (`_`)
-- Field name (`TOKEN`, `USER_NAME`, or `PASSWORD`)
+- Field name (`TOKEN`, `USERNAME`, or `PASSWORD`)
 
 Hyphens (`-`) in datasource or host name must be replaced with double underscores (`__`).
 Periods (`.`) in host names must be replaced with a single underscore (`_`).