Add reporting configuration to default.yaml
This commit is contained in:
@@ -147,3 +147,26 @@ api:
|
||||
|
||||
# API server port
|
||||
port: 8000
|
||||
|
||||
# =============================================================================
|
||||
# Report Generation Configuration
|
||||
# =============================================================================
|
||||
reporting:
|
||||
# Company name displayed in report header
|
||||
# This appears in the title block and footer of generated reports
|
||||
company_name: py_dvt_ate
|
||||
|
||||
# Path to company logo image file (PNG or JPEG)
|
||||
# If null, no logo is displayed in report header
|
||||
# Example: ./assets/logo.png
|
||||
logo_path: null
|
||||
|
||||
# Include charts in generated reports
|
||||
# Charts show voltage vs temperature and results summary
|
||||
# Set to false for text-only reports (smaller file size)
|
||||
include_charts: true
|
||||
|
||||
# DPI (dots per inch) for chart images
|
||||
# Higher values produce sharper charts but larger file sizes
|
||||
# Recommended: 150 for screen viewing, 300 for print quality
|
||||
chart_dpi: 150
|
||||
|
||||
Reference in New Issue
Block a user