use Mix.Config config :lsg, LSGWeb.Endpoint, http: [ip: {0,0,0,0}, port: 4000] config :logger_json, :backend, metadata: :all config :logger, backends: [LoggerJSON] import_config "secret.exs" import_config "prod.secret.exs"