update config for prod endpoint

This commit is contained in:
Álvaro 2024-05-12 02:00:47 +02:00
parent 23d581c4cd
commit 304adfe245

View File

@ -6,6 +6,8 @@ import Config
# which you should run after static files are built and # which you should run after static files are built and
# before starting your production server. # before starting your production server.
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint, config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
server: true,
http: [ip: {0, 0, 0, 0}, port: 4000],
url: [host: "lol-analytics.kaizer.cloud", port: 80], url: [host: "lol-analytics.kaizer.cloud", port: 80],
cache_static_manifest: "priv/static/cache_manifest.json" cache_static_manifest: "priv/static/cache_manifest.json"