docs(integration): verify Godot and Linux SpaceGame pilot (#21)
quality-gate / quality (push) Failing after 1m40s
quality-gate / container (push) Has been skipped

This commit is contained in:
KyuubiYoru
2026-07-16 20:32:53 +02:00
parent ebb5eb617c
commit 9e863ebf64
5 changed files with 113 additions and 66 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"AllowedHosts": "localhost;127.0.0.1",
"AllowedHosts": "localhost;127.0.0.1;rendezvous",
"Rendezvous": {
"Deployment": {
"PublicHttpBaseUrl": "https://localhost/",
@@ -52,7 +52,7 @@
"MaxListingsPerPrincipal": 10,
"MaxAnonymousListingsPerAddress": 0,
"MaxActiveJoinAttempts": 100,
"FallbackPolicy": "Disabled"
"FallbackPolicy": "DedicatedEndpointAllowed"
}
]
}