10. Templates
THOR Util reads a default configuration from config/thor-util.yml.
Use this file to set default parameters in YAML format.
Command-line flags override these default parameters.
All global flags for THOR Util are supported in the configuration file. You can view these flags with:
user@unix:~/thor$ ./thor-util --help
10.1. Proxy configuration
To use a specific HTTP proxy, add it to your configuration file:
proxy: http://myproxy:8080
10.2. TechPreview configuration
To always download the latest TechPreview instead of the standard THOR version, add:
techpreview: True