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