From 7f2118346c9748c845059a7d77a5b492a84d31cd Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 21 Oct 2021 09:54:22 +0200 Subject: [PATCH] Remove custom tz storage for prod Signed-off-by: Thomas Citharel --- config/prod.exs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/prod.exs b/config/prod.exs index 6ff6bad15..382d36559 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -38,10 +38,6 @@ config :mobilizon, :cldr, "sv" ] -config :tzdata, :data_dir, "/var/lib/mobilizon/tzdata" - -config :tz_world, data_dir: "/var/lib/mobilizon/tz_world" - cond do System.get_env("INSTANCE_CONFIG") && File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") ->