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