Remove obsolete configuration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7e15b5fb7a
commit
6a03e49b63
|
@ -37,12 +37,3 @@ config :mobilizon, :cldr,
|
|||
"ru",
|
||||
"sv"
|
||||
]
|
||||
|
||||
cond do
|
||||
System.get_env("INSTANCE_CONFIG") &&
|
||||
File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") ->
|
||||
import_config System.get_env("INSTANCE_CONFIG")
|
||||
|
||||
true ->
|
||||
:ok
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue