From cadbe6082a3b99f6b99d687b7313a0195be9c008 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 22 Feb 2019 13:15:16 +0100 Subject: [PATCH] Add a new Phoenix config option Signed-off-by: Thomas Citharel --- config/dev.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/dev.exs b/config/dev.exs index 824b6e886..2156a8469 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -53,6 +53,9 @@ config :logger, :console, format: "[$level] $message\n", level: :debug # in production as building large stacktraces may be expensive. config :phoenix, :stacktrace_depth, 20 +# Initialize plugs at runtime for faster development compilation +config :phoenix, :plug_init_mode, :runtime + config :mobilizon, Mobilizon.Mailer, adapter: Bamboo.LocalAdapter # Configure your database