Remove local HRRR filesystem cache in dev, proxy only

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

View file

@ -92,8 +92,7 @@ config :microwaveprop, load_ml_model: true
# Use local SRTM1 tiles for elevation lookups instead of the Open-Meteo API
config :microwaveprop, srtm_tiles_dir: Path.expand("~/srtm/tiles")
# Cache raw HRRR GRIB2 files locally (dev only — do not delete)
config :microwaveprop, hrrr_cache_dir: Path.expand("~/hrrr")
# HRRR caching handled by nginx proxy on skippy — no local filesystem cache
# Proxy HRRR downloads through local caching nginx (set to nil to use S3 directly)
config :microwaveprop, hrrr_base_url: "http://skippy.w5isp.com:8080"