Document the usage of conventional environment variables in addition to exact matches of configuration names.

Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
This commit is contained in:
Iain Henderson
2025-02-22 14:29:38 -05:00
parent e8e07ad746
commit d6e011d3ad

View File

@@ -85,3 +85,9 @@ Adding packages here is the same as running `apk add <package>` inside the conta
#### `PH_VERBOSE` (Default: `0`) #### `PH_VERBOSE` (Default: `0`)
Setting this environment variable to `1` will set `-x`, making the scripts that run on container startup more verbose. Useful for debugging only. Setting this environment variable to `1` will set `-x`, making the scripts that run on container startup more verbose. Useful for debugging only.
### Variable Formatting
Environment variables may be set in the format given here, or they may be entirely uppercase in the conventional manner.
For example, both `FTLCONF_dns_upstreams` and `FTLCONF_DNS_UPSTREAMS` are functionally equivalent when used as environment variables.