Configuration Manual
Tackler configuration is controlled by configuration files and command line options.
Reference configuration and examples
-
Main tackler configuration file: tackler.toml
-
Account names: accounts.toml
-
Commodity names: accounts.toml
-
Transaction Tag names: tags.toml
-
Examples for production systems: Example Setups
Configuration discovery
Path to the tackler configuration file is mandatory option. The philosophy of the configuration is "what you see is what you get", e.g. there aren’t any internal defaults for configuration.
Merging configurations to active set
Tackler will create an active configuration in following way:
-
Provided configuration will be the baseline
-
Cmd-line arguments will override the provided configuration