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:
commit
a9105f82da
|
@ -38,10 +38,6 @@ config :mobilizon, :cldr,
|
||||||
"sv"
|
"sv"
|
||||||
]
|
]
|
||||||
|
|
||||||
config :tzdata, :data_dir, "/var/lib/mobilizon/tzdata"
|
|
||||||
|
|
||||||
config :tz_world, data_dir: "/var/lib/mobilizon/tz_world"
|
|
||||||
|
|
||||||
cond do
|
cond do
|
||||||
System.get_env("INSTANCE_CONFIG") &&
|
System.get_env("INSTANCE_CONFIG") &&
|
||||||
File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") ->
|
File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") ->
|
||||||
|
|
Loading…
Reference in New Issue