# Default configuration [default] # The API host to connect to (default: api.cloudsmith.io). api_host= # The API proxy to connect through (default: None). api_proxy= # Whether to verify SSL connection to the API (default: True) api_ssl_verify=true # The user agent to use for requests (default: calculated). api_user_agent= # Profile-based configuration # You can set as many additional profiles as you need to provide # for different configuration environments (e.g. prod vs staging). # Add your overrides in the sections and then specify one of: # * -P your-profile-name (as an argument) # * --profile your-profile-name (an an argument) # * CLOUDSMITH_PROFILE=your-profile-name (as an env variable) [profile:your-profile-name]