From 27928ce8ef4b0487bc570fd49c659aeeb9062096 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 23 May 2021 18:48:21 +0200 Subject: [PATCH] Remove inet6 declaration in config.exs Signed-off-by: Thomas Citharel --- config/config.exs | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.exs b/config/config.exs index 9b6667a92..ec681430a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -44,9 +44,6 @@ config :mobilizon, :events, creation: true # Configures the endpoint config :mobilizon, Mobilizon.Web.Endpoint, - http: [ - transport_options: [socket_opts: [:inet6]] - ], url: [ host: "mobilizon.local", scheme: "https"