Sha256: 1cdfd47e0e5fe2676b58d561981c60b802c676921e9e4cd48d4ebabef1587144
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# User interface related settings :ui: # Enable interactive queries? :interactive: true # Number of records listed per page # :per_page: 20 # Location of shell history file :history_file: '~/.hammer/history' # Mark translated strings with X characters (for developers) #:mark_translated: false # Enable/disable color output of logger in Clamp commands :watch_plain: false # Forece relaod of Apipie cache with every Hammer invocation :reload_cache: false # Directory where the logs are stored. The default is /var/log/hammer/ and the log file is named hammer.log :log_dir: '~/.hammer/log' # Logging level. One of debug, info, warning, error, fatal :log_level: 'error' #:log_owner: 'foreman' #:log_group: 'foreman' # Maximum log size in bytes. Log rotates when the value gets exceeded #:log_size: 5 #in MB # Log record pattern (logging gem syntax) #:log_pattern: '[%5l %d %c] %m' # SSL auth options #:ssl: # Path to a ca file #:ssl_ca_file: '/path/to/ca_certificate.pem' # Path to a direcotry with ca file #:ssl_ca_path: '~/.hammer/certs' # Turn SSL verification on/off #:verify_ssl: true # Path to a client certificate #:ssl_client_cert: '/path/to/cert.crt' # Path to a client key #:ssl_client_key: '/path/to/cert.key' # Enable standard authentication in addition to client certificate authentication #:ssl_with_basic_auth: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hammer_cli-0.10.1 | config/cli_config.template.yml |