From bb35d325b34ac7580e1cadf7118af3bf69e1b5b1 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 2 Apr 2026 09:53:01 -0500 Subject: [PATCH] Remove local HRRR cache dir in prod, proxy only --- config/runtime.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index c7f4c208..315284d8 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -81,7 +81,6 @@ if config_env() == :prod do config :microwaveprop, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY") config :microwaveprop, srtm_tiles_dir: "/srtm" - config :microwaveprop, hrrr_cache_dir: "/hrrr" config :microwaveprop, hrrr_base_url: System.get_env("HRRR_BASE_URL", "http://skippy.w5isp.com:8080") # ## SSL Support