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-01-25 18:46:23 -05:00

12 lines
471 B
JSON

{
"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/",
"GameServerPath": "/",
"GameServerExe": "/CardlifeGameServer.exe",
"PhotonUrl": "http://photon.cardlifegame.com"
}