From ca759445589c416b217c8e58eaf4ff32ab882043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro?= Date: Sun, 12 May 2024 02:46:01 +0200 Subject: [PATCH] update config --- config/runtime.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 639267f..47ea721 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -38,7 +38,6 @@ 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},