From: Uk Chukundah Date: Sun, 5 Jan 2025 09:07:03 +0000 (+0100) Subject: Update config X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=5b87ba1283020737acaf240aa50f5b68482a23fd;p=wampex_client.git Update config --- diff --git a/config/config.exs b/config/config.exs index 8233fe9..1198fd5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,3 +1,5 @@ -use Mix.Config +import Config + +config :wampex_client, env: config_env() import_config "#{Mix.env()}.exs" diff --git a/config/dev.exs b/config/dev.exs index d2d855e..becde76 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -1 +1 @@ -use Mix.Config +import Config diff --git a/config/prod.exs b/config/prod.exs index d2d855e..9d5ca1e 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -1 +1,8 @@ -use Mix.Config +import Config + +config :logger, + level: :info, + truncate: :infinity, + compile_time_purge_matching: [ + [level_lower_than: :info] + ] diff --git a/config/test.exs b/config/test.exs index f0ee68e..86219ab 100644 --- a/config/test.exs +++ b/config/test.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config config :wampex_router, topologies: [