Split dev/ flat directory into dev/scripts/ (29 .py files) and dev/seeds/ (PDFs, Excel, ZIPs, NDJSON, grafana, PY2023). Update all Path(__file__) references to use parents[2] for project root and dev/seeds/ for seed data. Fix path references in src/ too. Add PY2024 CMS quality measure value sets (HWR, UAMCC, ACR) to the REGISTRY and load into DuckDB — enables 2024->2025->2026 diffs. Add HWR tables to notebook DIFF_SPECS now that two years exist.
23 lines
384 B
INI
23 lines
384 B
INI
[server]
|
|
root_url = http://localhost:3001
|
|
|
|
[security]
|
|
admin_user = admin
|
|
admin_password = admin
|
|
|
|
[users]
|
|
allow_sign_up = false
|
|
|
|
[auth.anonymous]
|
|
enabled = true
|
|
org_role = Viewer
|
|
|
|
[dashboards]
|
|
default_home_dashboard_path = /var/lib/grafana/dashboards/homelab-overview.json
|
|
|
|
[unified_alerting]
|
|
enabled = true
|
|
|
|
[feature_toggles]
|
|
enable = traceqlEditor tempoServiceGraph traceQLStreaming
|