freebsd-ports/sysutils/rubygem-hammer_cli/files/cli_config.yml.sample
Pawel Pekala 9cffc34f24 - Update to version 0.1.4 [1]
- Remove <bsd.port.(pre|post).mk> inclusion
- Cleanup post-install target

PR:		195892 [1]
Submitted by:	maintainer [1]
2014-12-20 12:25:02 +00:00

30 lines
821 B
Text

# 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'
# Enable/disable color output of logger in Clamp commands
:watch_plain: false
# Force reload 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
# Mark translated strings with X characters (for developers)
#:mark_translated: false