Use skippy.w5isp.com for HRRR proxy

This commit is contained in:
Graham McIntire 2026-04-01 16:11:30 -05:00
parent 5aeec4f55e
commit 485dfe0f75
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -96,7 +96,7 @@ config :microwaveprop, srtm_tiles_dir: Path.expand("~/srtm/tiles")
config :microwaveprop, hrrr_cache_dir: Path.expand("~/hrrr")
# Proxy HRRR downloads through local caching nginx (set to nil to use S3 directly)
config :microwaveprop, hrrr_base_url: "http://skippy:8080"
config :microwaveprop, hrrr_base_url: "http://skippy.w5isp.com:8080"
# Freshness monitor watches for stale propagation scores
config :microwaveprop, start_freshness_monitor: true