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},