From 2f83fe03d2afa169b5888dccab184bc56ce48174 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 30 Oct 2024 10:18:03 -0700 Subject: [PATCH] Updated default tzdata location to prevent needless pulls every time I push a new version --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 904f4f7..d39b701 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -84,7 +84,7 @@ if config_env() == :prod do log_path: log_path, base_route_path: base_route_path - config :tzdata, :data_dir, System.get_env("TZ_DATA_DIR", "/etc/elixir_tzdata_data") + config :tzdata, :data_dir, System.get_env("TZ_DATA_DIR", "/config/extras/elixir_tz_data") config :pinchflat, Pinchflat.Repo, database: db_path,