Created
February 6, 2019 15:30
-
-
Save dLobatog/64622ce155c8eb30aba3345bbf2cf85b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [insights-client] | |
| # Example options in this file are the defaults | |
| # Change log level, valid options DEBUG, INFO, WARNING, ERROR, CRITICAL. Default DEBUG | |
| #loglevel=DEBUG | |
| # Log each line executed | |
| #trace=False | |
| # Attempt to auto configure with Satellite server | |
| auto_config=False | |
| # Change authentication method, valid options BASIC, CERT. Default BASIC | |
| #authmethod=BASIC | |
| # username to use when authmethod is BASIC | |
| #username= | |
| # password to use when authmethod is BASIC | |
| #password= | |
| #base_url=cert-api.access.redhat.com:443/r/insights | |
| # URL for your proxy. Example: http://user:pass@192.168.100.50:8080 | |
| #proxy= | |
| # Automatically update the dynamic configuration | |
| auto_update=False | |
| # Obfuscate IP addresses | |
| #obfuscate=False | |
| # Obfuscate hostname | |
| #obfuscate_hostname=False | |
| # Disallow Insights from creating cron job | |
| #no_schedule=False | |
| # Display name for registration | |
| #display_name= | |
| upload_url=http://localhost:8080/api/v1/upload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment