From 2fb68fa4a98dd8c10873d2daac29ca389430c246 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Mon, 6 Jan 2025 10:33:45 -0500 Subject: [PATCH] import Config --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index e9dd402..a955755 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config config :wampex_router, Wampex.Router.Authentication.Repo, database: "authentication", -- 2.45.3