From 304adfe2450ae1c67c808d5d0fae1dd14a78531a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro?= Date: Sun, 12 May 2024 02:00:47 +0200 Subject: [PATCH] update config for prod endpoint --- config/prod.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prod.exs b/config/prod.exs index f1aeefe..16ff169 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -6,6 +6,8 @@ import Config # which you should run after static files are built and # before starting your production server. config :lol_analytics_web, LoLAnalyticsWeb.Endpoint, + server: true, + http: [ip: {0, 0, 0, 0}, port: 4000], url: [host: "lol-analytics.kaizer.cloud", port: 80], cache_static_manifest: "priv/static/cache_manifest.json"