Rename all Python modules, classes, API endpoints, config keys, frontend fetch URLs, and Home Assistant integration URLs from picture-targets to output-targets. Store loads both new and legacy JSON keys for backward compatibility with existing data files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
653 B
YAML
26 lines
653 B
YAML
server:
|
|
host: "0.0.0.0"
|
|
port: 8080
|
|
log_level: "DEBUG"
|
|
cors_origins:
|
|
- "*"
|
|
|
|
auth:
|
|
# Test API key - DO NOT use in production!
|
|
api_keys:
|
|
test_client: "eb8a89cfd33ab067751fd0e38f74ddf7ac3d75ff012fbab35a616c45c12e0c8d"
|
|
|
|
storage:
|
|
devices_file: "data/test_devices.json"
|
|
templates_file: "data/capture_templates.json"
|
|
postprocessing_templates_file: "data/postprocessing_templates.json"
|
|
picture_sources_file: "data/picture_sources.json"
|
|
output_targets_file: "data/output_targets.json"
|
|
pattern_templates_file: "data/pattern_templates.json"
|
|
|
|
logging:
|
|
format: "text"
|
|
file: "logs/wled_test.log"
|
|
max_size_mb: 10
|
|
backup_count: 2
|