RprtCli/app/config/rprt.example.config.yaml

38 lines
945 B
YAML

##########################################
# Configuration file for RprtCli Command #
##########################################
tracking_service:
youtrack:
auth_token: '<value from youtrack hub>'
base_url: 'https://test.youtrack.com'
report_id: '<89-123>'
report:
# default report id for report command
default: '<83-541>'
export:
template_path: '~/.config/rprt-cli/invoice-template.html'
output: '/tmp/[[YEAR]]-[[month]]-invoice.pdf'
tokens:
key: 'value to replace key'
another_key: 'value to replace another key'
labels:
- 'Project'
- 'Hours'
- 'Rate'
- 'Price'
email:
tokens:
me: 'Lio Novelli'
another_token: '1234567890'
projects:
'<short name of first project>':
name: '<Project long name>'
pattern: '<pattern to match in data row>'
price: '<your wage>'
currency: 'EUR'
project column: 1
time column: 4
time format: 'm'
locale: 'en_GB'