fix patch_number param on some calls, add prod url
Some checks failed
ci / docker (push) Has been cancelled

This commit is contained in:
Álvaro 2024-06-22 22:08:11 +02:00
parent d290a2c457
commit 39c729b420
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ defmodule LolAnalytics.Facts.ChampionPickedItem.Repo do
match =
MatchRepo.get_or_create(%{
match_id: attrs.match_id,
patch_id: attrs.patch_id,
patch_number: attrs.patch_number,
queue_id: attrs.queue_id
})

View File

@ -30,7 +30,7 @@ defmodule LolAnalytics.Facts.ChampionPickedSummonerSpell.Repo do
match =
MatchRepo.get_or_create(%{
match_id: attrs.match_id,
patch_id: attrs.patch_id,
patch_number: attrs.patch_number,
queue_id: attrs.queue_id
})

View File

@ -8,7 +8,7 @@ import Config
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
server: true,
http: [ip: {0, 0, 0, 0}, port: 4000],
url: [host: "localhost", port: 80],
url: [host: "lol-analytics.kaizer.cloud", port: 443],
cache_static_manifest: "priv/static/cache_manifest.json"
# Do not print debug messages in production