Amfora's config file is written in the intuitive [TOML](https://toml.io/en/) configuration file format. It is located at `~/.config/amfora/config.toml` by default. If the `$XDG_CONFIG_HOME` variable is set then the configuration file can be found at `$XDG_CONFIG_HOME/amfora/config.toml`. On Windows, the configuration file can be found at `%APPDATA%\amfora\config.toml`, which usually expands to `C:\Users\\AppData\Roaming\amfora\config.toml`. The default config file can be viewed at [default-config.toml](https://github.com/makeworld-the-better-one/amfora/blob/master/default-config.toml). Amfora will place that file in the config file location if it doesn't exist.