From 6227d6407223d809df05eae2da9afa5353c1c592 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 22 Jan 2022 20:13:53 -0500 Subject: [PATCH] set generator settings --- config/config.exs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.exs b/config/config.exs index 9b1383d..f77402a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -22,6 +22,11 @@ config :lokal, LokalWeb.Endpoint, config :lokal, Lokal.Application, automigrate: false +config :lokal, :generators, + migration: true, + binary_id: true, + sample_binary_id: "11111111-1111-1111-1111-111111111111" + # Configures the mailer # # By default it uses the "Local" adapter which stores the emails