From 0e387522baea52abbcec36fc7d7ebc6eb9775f85 Mon Sep 17 00:00:00 2001 From: dff Date: Sun, 1 Feb 2026 15:19:17 +0000 Subject: [PATCH] Update config/config.exs --- config/config.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 6dfa82f..a3c47b6 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,6 +1,6 @@ # This file is responsible for configuring your application # and its dependencies with the aid of the Mix.Config module. -use Mix.Config +import Config # This configuration is loaded before any dependency and is restricted # to this project. If another project depends on this project, this @@ -22,3 +22,6 @@ use Mix.Config # here (which is why it is important to import them last). # # import_config "#{Mix.env}.exs" + + +import_config "#{config_env()}.exs" \ No newline at end of file