Remove inet6 declaration in config.exs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f6d564bb7e
commit
27928ce8ef
@ -44,9 +44,6 @@ config :mobilizon, :events, creation: true
|
|||||||
|
|
||||||
# Configures the endpoint
|
# Configures the endpoint
|
||||||
config :mobilizon, Mobilizon.Web.Endpoint,
|
config :mobilizon, Mobilizon.Web.Endpoint,
|
||||||
http: [
|
|
||||||
transport_options: [socket_opts: [:inet6]]
|
|
||||||
],
|
|
||||||
url: [
|
url: [
|
||||||
host: "mobilizon.local",
|
host: "mobilizon.local",
|
||||||
scheme: "https"
|
scheme: "https"
|
||||||
|
Loading…
Reference in New Issue
Block a user