mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
Updated default tzdata location to prevent needless pulls every time I push a new version
This commit is contained in:
parent
3c10d78e78
commit
2f83fe03d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue