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

31 lines
772 B
YAML
Raw Normal View History

2021-04-05 17:20:59 +02:00
##########################################
# Configuration file for RprtCli Command #
##########################################
tracking service:
youtrack:
auth token: '<value from youtrack hub>'
2021-09-20 01:08:42 +02:00
# reports:
# report short name:
# table:
# header:
# # overrides for table header
# hours: Quantity
# source: <youtrack-url>
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 - minutes, h - hours
time format: 'm'
2021-09-20 01:08:42 +02:00
labels:
project: Project
# hours: Quantity
hours: Hours
rate: 'Price per hour'
price: Price
locale: 'en_GB'