Remove local HRRR cache dir in prod, proxy only

This commit is contained in:
Graham McIntire 2026-04-02 09:53:01 -05:00
parent 9f3d47e3b6
commit bb35d325b3
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -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