10. Templates

THOR Util reads a default configuration from config/thor-util.yml.

Within this file, default parameters can be set in YAML form.

These default parameters can be overwritten with command line flags.

All global flags for THOR Util are supported in the configuration file. These flags can be shown with:

user@unix:~/thor$ ./thor-util --help

10.1. Proxy configuration

If you want to use a specific HTTP proxy, this can be specified in your configuration file with:

proxy: http://myproxy:8080

10.2. TechPreview configuration

If you always want to download the latest TechPreview instead of the standard THOR version, add:

techpreview: True