docs: clarify scope of config file and environment variables (#5643)

This commit is contained in:
Brendan Jackman 2025-12-29 07:20:48 +00:00 committed by GitHub
parent 032d6c7520
commit 7a93b2a062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -135,6 +135,11 @@ file named .filebrowser.{json, toml, yaml, yml} in the following directories:
- $HOME/
- /etc/filebrowser/
**Note:** Only the options listed below can be set via the config file or
environment variables. Other configuration options live exclusively in the
database and so they must be set by the "config set" or "config
import" commands.
The precedence of the configuration values are as follows:
- Flags

View file

@ -26,6 +26,11 @@ file named .filebrowser.{json, toml, yaml, yml} in the following directories:
- $HOME/
- /etc/filebrowser/
**Note:** Only the options listed below can be set via the config file or
environment variables. Other configuration options live exclusively in the
database and so they must be set by the "config set" or "config
import" commands.
The precedence of the configuration values are as follows:
- Flags