commonConfigurationFile takes precedence over commonConfiguration.
Declarations
Type
TOML value
Default
{ }
Example
{
credentials = {
shared_credential_file = "/path/to/credentials";
shared_credential_profile = "profile_name";
};
proxy = {
http_proxy = "http_url";
https_proxy = "https_url";
no_proxy = "domain";
};
}