From 6f5f65cb720e5ed33daaca27c01d433ea236c559 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 21:09:41 +0100 Subject: Move from deprecated Mix.Config to Config --- config/config.exs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'config/config.exs') diff --git a/config/config.exs b/config/config.exs index 5b909f1..ff936c0 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,9 +1,4 @@ -# This file is responsible for configuring your application -# and its dependencies with the aid of the Mix.Config module. -# -# This configuration file is loaded before any dependency and -# is restricted to this project. -use Mix.Config +import Config config :logger, level: :debug config :logger, :console, -- cgit v1.2.3