Project

General

Profile

Download (444 Bytes) Statistics
| Branch: | Tag: | Revision:

hammer-cli-csv / test / config.template.yml @ d76bdbc0

1 561a8ac9 Tom McKay
:ui:
2
  :interactive: true
3
  :per_page: 20
4
  :history_file: './log/history'
5
6
:watch_plain: true # enable/disable color output of logger in Clamp commands
7
8 3061c66a Tom McKay
:reload_cache: true
9
10 561a8ac9 Tom McKay
:log_dir: './log'
11
:log_level: 'error'
12
:log_api_calls: false
13
:log_size: 5 # MB
14
15 f5d21adb Tom McKay
:foreman:
16 9439ade5 Tom McKay
  :enable_module: true
17
  :host:          'https://localhost'
18
  :username:      'admin'
19
  :password:      'changeme'
20
21 f5d21adb Tom McKay
:csv:
22 9439ade5 Tom McKay
  :enable_module: true
23
24
:katello:
25
  :enable_module: true