Configurations
You can use config.toml to configure various aspects of your application.
Config files are loaded in the following order of priority:
$SERIE_CONFIG_FILE- If
$SERIE_CONFIG_FILEis set but the file does not exist, an error occurs.
- If
$XDG_CONFIG_HOME/serie/config.toml- If
$XDG_CONFIG_HOMEis not set,~/.config/will be used instead.
- If
If the config file does not exist, the default values will be used for all items. If the config file exists but some items are not set, the default values will be used for those unset items.