Merge branch 'remove-custom-tz-storage' into 'master'

Remove custom tz storage for prod

See merge request framasoft/mobilizon!1087
This commit is contained in:
Thomas Citharel 2021-10-21 08:24:24 +00:00
commit a9105f82da
1 changed files with 0 additions and 4 deletions

View File

@ -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")}") ->