1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/assets/cardlife/ServerConfig.json
2025-04-05 19:34:32 -04:00

12 lines
477 B
JSON

{
"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"
}