Skip to content

Commit

Permalink
Disable tzdata automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Jul 20, 2019
1 parent 8aead94 commit 2d1259f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions play_ui/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ config :play, :viewport, %{
]
}

# Disable tzdata automatic updates
config :tzdata, :autoupdate, :disabled

case Mix.env() do
:dev ->
config :exsync,
Expand Down

0 comments on commit 2d1259f

Please sign in to comment.