Commit 816184d7fa7320ef89e94b9e4c50daf546d63a47

Thomas de Grivel 2022-07-22T12:02:19

remove live_view salt from config

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config/config.exs b/config/config.exs
index 7908918..6a82cdf 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -19,7 +19,7 @@ config :kmxgit, KmxgitWeb.Endpoint,
   url: [host: "localhost"],
   render_errors: [view: KmxgitWeb.ErrorView, accepts: ~w(html json), layout: false],
   pubsub_server: Kmxgit.PubSub,
-  live_view: [signing_salt: "0HhihW2z"]
+  live_view: [signing_salt: System.get_env("LIVE_VIEW_SALT")]
 
 # Configures the mailer
 #