host
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 38s

This commit is contained in:
2026-03-16 18:52:35 -06:00
parent 1f07c79d06
commit 5c4be3f053

View File

@@ -42,6 +42,10 @@ if config_env() == :prod do
config :cobblemon_ui, CobblemonUiWeb.Endpoint,
url: [host: host, port: 80, scheme: "http"],
check_origin: [
"//#{host}",
"//minecraft-cobblemon-ui.beefalo-newton.ts.net"
],
http: [
# Enable IPv6 and bind on all interfaces.
# Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access.