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

38 lines
945 B
YAML
Raw Permalink Normal View History

2021-04-05 17:20:59 +02:00
##########################################
# Configuration file for RprtCli Command #
##########################################
2021-09-21 01:13:15 +02:00
tracking_service:
2021-04-05 17:20:59 +02:00
youtrack:
2021-09-21 01:13:15 +02:00
auth_token: '<value from youtrack hub>'
base_url: 'https://test.youtrack.com'
report_id: '<89-123>'
2022-05-14 22:08:54 +02:00
report:
# default report id for report command
default: '<83-541>'
2021-09-21 01:13:15 +02:00
export:
template_path: '~/.config/rprt-cli/invoice-template.html'
output: '/tmp/[[YEAR]]-[[month]]-invoice.pdf'
2021-09-21 01:13:15 +02:00
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'
2021-04-05 17:20:59 +02:00
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'
2021-09-21 01:13:15 +02:00
2021-09-20 01:08:42 +02:00
locale: 'en_GB'