From fb7679b028cc42f468d78183f7ea3ca6d0f2182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro?= Date: Sun, 12 May 2024 02:44:05 +0200 Subject: [PATCH] update config --- config/runtime.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/runtime.exs b/config/runtime.exs index 47ea721..639267f 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -38,6 +38,7 @@ if config_env() == :prod do config :lol_analytics_web, LoLAnalyticsWeb.Endpoint, http: [ + server: true, # Enable IPv6 and bind on all interfaces. # Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access. ip: {0, 0, 0, 0, 0, 0, 0, 0},