Skip to content

Configuration

makeworld edited this page Dec 18, 2020 · 4 revisions

Amfora's config file is written in the intuitive TOML 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\<username>\AppData\Roaming\amfora\config.toml.

The default config file can be viewed at default-config.toml. Amfora will place that file in the config file location if it doesn't exist.