Remove local HRRR filesystem cache in dev, proxy only
This commit is contained in:
parent
bb35d325b3
commit
1404923e97
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue