From 485dfe0f7597ae5f2a57e909bfa9424269a1b58e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 1 Apr 2026 16:11:30 -0500 Subject: [PATCH] Use skippy.w5isp.com for HRRR proxy --- config/dev.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dev.exs b/config/dev.exs index fd070130..2e997786 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -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