66 lines
1.2 KiB
YAML
66 lines
1.2 KiB
YAML
weather_api:
|
|
base_url: https://weather.api.rakestrawhome.com/
|
|
timeout: 15s
|
|
precision: 1
|
|
units: us
|
|
timezone: "America/Chicago"
|
|
format: json
|
|
|
|
location:
|
|
id: home
|
|
name: Brentwood
|
|
region: St. Louis Metro
|
|
|
|
secrets:
|
|
directory: ""
|
|
|
|
notify:
|
|
distributor:
|
|
enabled: false
|
|
endpoint: https://distributor.example.com
|
|
token_env: DISTRIBUTOR_UPLOAD_TOKEN
|
|
timeout: 30s
|
|
failure_policy: error
|
|
bundle_id_template: "weatherreporter.{location_id}.{report_id}.{run_id}"
|
|
idempotency_key_template: "{bundle_id}"
|
|
report_path_template: "{batch_output_name}"
|
|
|
|
missing_source:
|
|
default: warn
|
|
sources:
|
|
alerts: none
|
|
|
|
scriptorium:
|
|
binary: scriptorium
|
|
timeout: 2m
|
|
|
|
workspace:
|
|
root: workspace
|
|
snapshots_dir: snapshots
|
|
reports_dir: reports
|
|
data_packages_dir: data-packages
|
|
preflight_dir: preflight
|
|
|
|
dayparts:
|
|
- name: overnight
|
|
start: "00:00"
|
|
end: "06:00"
|
|
- name: morning
|
|
start: "06:00"
|
|
end: "10:00"
|
|
- name: midday
|
|
start: "10:00"
|
|
end: "15:00"
|
|
- name: afternoon
|
|
start: "15:00"
|
|
end: "17:00"
|
|
- name: evening
|
|
start: "17:00"
|
|
end: "24:00"
|
|
|
|
recent_change:
|
|
temperature_degrees: 5
|
|
precip_probability_points: 20
|
|
wind_gust_miles_per_hour: 10
|
|
precip_timing_shift_minutes: 120
|