Remove local HRRR cache dir in prod, proxy only
This commit is contained in:
parent
9f3d47e3b6
commit
bb35d325b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue