From 51f7ba44313566837741f2b1a5f442984254749e Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Sat, 5 Apr 2025 19:34:32 -0400 Subject: [PATCH] Update Cardlife servers for ngram.ca domain --- assets/cardlife/ServerConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/cardlife/ServerConfig.json b/assets/cardlife/ServerConfig.json index eea6377..1b54aa6 100644 --- a/assets/cardlife/ServerConfig.json +++ b/assets/cardlife/ServerConfig.json @@ -1,10 +1,10 @@ { - "AuthUrl": "https://live-auth.cl.ngni.us/api/", - "LobbyUrl": "https://live-lobby.cl.ngni.us/api/", - "InventoryUrl": "https://live-save.cl.ngni.us/api/", - "FallbackAuthUrl": "https://proxy.cl.ngni.us:8010/api/", - "FallbackLobbyUrl": "https://proxy.cl.ngni.us:8030/api/", - "FallbackInventoryUrl": "https://proxy.cl.ngni.us:8020/api/", + "AuthUrl": "https://live-auth.cl.ngram.ca/api/", + "LobbyUrl": "https://live-lobby.cl.ngram.ca/api/", + "InventoryUrl": "https://live-save.cl.ngram.ca/api/", + "FallbackAuthUrl": "https://proxy.cl.ngram.ca:8010/api/", + "FallbackLobbyUrl": "https://proxy.cl.ngram.ca:8030/api/", + "FallbackInventoryUrl": "https://proxy.cl.ngram.ca:8020/api/", "GameServerPath": "/", "GameServerExe": "/CardlifeGameServer.exe", "PhotonUrl": "http://photon.cardlifegame.com"