diff --git a/config/prod.exs b/config/prod.exs index 198148c1b..382d36559 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -43,9 +43,6 @@ cond do File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") -> import_config System.get_env("INSTANCE_CONFIG") - File.exists?("./config/prod.secret.exs") -> - import_config "prod.secret.exs" - true -> :ok end