Fix formatting

This commit is contained in:
Owen
2026-09-15 17:00:30 -04:00
parent 24e4899c7a
commit da8229f011
+1 -1
View File
@@ -503,6 +503,6 @@ Some configuration values can be set using environment variables for enhanced se
| Name | Variable | Config | Supports `_FILE` |
|------|----------|--------|:---:|
| Redis Password | `REDIS_PASSWORD` | `redis.password` | |
| Redis Password | `REDIS_PASSWORD` | `redis.password` | YES |
Any variable marked "Supports `_FILE`" can also be set as `<VARIABLE>_FILE`, pointing to a file on disk whose (trimmed) contents are used as the value instead — see [Reading secrets from a file](/self-host/advanced/config-file#reading-secrets-from-a-file-_file-suffix) in the main configuration file docs for details and a Docker Compose example.