chore: update docs
This commit is contained in:
parent
8596a56375
commit
090dec1ca6
4 changed files with 28 additions and 5 deletions
|
|
@ -7,6 +7,10 @@ Headplane uses a configuration file to manage its settings
|
|||
for a the file at `/etc/headplane/config.yaml`. This can be changed using the
|
||||
**`HEADPLANE_CONFIG_PATH`** environment variable to point to a different location.
|
||||
|
||||
Headplane also stores stuff in the `/var/lib/headplane` directory by default.
|
||||
This can be configured on a per-section basis in the configuration file, but
|
||||
it is very important this directory is persistent and writable by Headplane.
|
||||
|
||||
## Environment Variables
|
||||
It is also possible to override the configuration file using environment variables.
|
||||
These changes get merged *after* the configuration file is loaded, so they will take precedence.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue