Updated default tzdata location to prevent needless pulls every time I push a new version

This commit is contained in:
Kieran Eglin 2024-10-30 10:18:03 -07:00
parent 3c10d78e78
commit 2f83fe03d2
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

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