fix: URL serveur wss://game.rolld.kerboul.me (rolld.io:2567 inaccessible)

rolld.io pointe sur CloudFront sans exposer le port 2567.
Le game server Coolify est accessible via game.rolld.kerboul.me (Traefik).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 11:58:35 +02:00
parent ac5c3f74a4
commit a022d59917
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ public class NetworkManager : MonoBehaviour
{
public static NetworkManager Instance { get; private set; }
private const string serverURL = "wss://rolld.io:2567";
private const string serverURL = "wss://game.rolld.kerboul.me";
[Header("Prefab")]
[Tooltip("Prefab for remote players (must have RemotePlayerController)")]