########################################## # Configuration file for RprtCli Command # ########################################## tracking_service: youtrack: auth_token: '' 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: '': name: '' pattern: '' price: '' currency: 'EUR' project column: 1 time column: 4 time format: 'm' locale: 'en_GB'