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

This commit is contained in:
2024-06-22 22:08:11 +02:00
parent d290a2c457
commit 39c729b420
3 changed files with 3 additions and 3 deletions
+1 -1
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