Made tz data location user-configurable (#238)

This commit is contained in:
Kieran
2024-05-13 09:27:16 -07:00
committed by GitHub
parent d093799801
commit 77a9ff4d9f
3 changed files with 8 additions and 5 deletions
-2
View File
@@ -7,8 +7,6 @@ import Config
# before starting your production server.
config :pinchflat, PinchflatWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
config :tzdata, :data_dir, "/etc/elixir_tzdata_data"
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Pinchflat.Finch