16 lines
306 B
Markdown
16 lines
306 B
Markdown
# configuration files
|
|
|
|
- `~/.config/baz/preload.env`
|
|
|
|
this is loaded on application startup,
|
|
initial variables should go there
|
|
|
|
- `~/.config/baz/config.env`
|
|
|
|
this is the normal configuration file, most
|
|
configuration should go here
|
|
|
|
## docs
|
|
|
|
all documentation what each variable does is
|
|
in files themselves
|