fix patch_number param on some calls, add prod url
Some checks failed
ci / docker (push) Has been cancelled
Some checks failed
ci / docker (push) Has been cancelled
This commit is contained in:
parent
d290a2c457
commit
39c729b420
@ -39,7 +39,7 @@ defmodule LolAnalytics.Facts.ChampionPickedItem.Repo do
|
|||||||
match =
|
match =
|
||||||
MatchRepo.get_or_create(%{
|
MatchRepo.get_or_create(%{
|
||||||
match_id: attrs.match_id,
|
match_id: attrs.match_id,
|
||||||
patch_id: attrs.patch_id,
|
patch_number: attrs.patch_number,
|
||||||
queue_id: attrs.queue_id
|
queue_id: attrs.queue_id
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ defmodule LolAnalytics.Facts.ChampionPickedSummonerSpell.Repo do
|
|||||||
match =
|
match =
|
||||||
MatchRepo.get_or_create(%{
|
MatchRepo.get_or_create(%{
|
||||||
match_id: attrs.match_id,
|
match_id: attrs.match_id,
|
||||||
patch_id: attrs.patch_id,
|
patch_number: attrs.patch_number,
|
||||||
queue_id: attrs.queue_id
|
queue_id: attrs.queue_id
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import Config
|
|||||||
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
|
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
|
||||||
server: true,
|
server: true,
|
||||||
http: [ip: {0, 0, 0, 0}, port: 4000],
|
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"
|
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user