diff --git a/config/prod.exs b/config/prod.exs index 9a7d300..bc14ad6 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -9,7 +9,7 @@ import Config # manifest is generated by the `mix phx.digest` task, # which you should run after static files are built and # before starting your production server. -#config :kafkaex_lag_exporter, KafkaexLagExporterWeb.Endpoint, +# config :kafkaex_lag_exporter, KafkaexLagExporterWeb.Endpoint, # cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production diff --git a/mix.exs b/mix.exs index 915912b..be448f0 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,8 @@ defmodule KafkaexLagExporter.MixProject do {:plug_cowboy, "~> 2.6.1"}, {:credo, "~> 1.7", only: [:dev, :test], runtime: false}, {:dialyxir, "~> 1.0", only: [:dev], runtime: false}, - {:brod, git: "https://github.com/kafka4beam/brod", ref: "0582dbbe1a619f8356caeb7a4c03e92650ac69ac"}, + {:brod, + git: "https://github.com/kafka4beam/brod", ref: "0582dbbe1a619f8356caeb7a4c03e92650ac69ac"}, {:prom_ex, "~> 1.8.0"} ] end