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"