CatBoat-Launcher/config.json
2025-05-11 07:30:13 +02:00

33 lines
903 B
JSON

{
"api": {
"base": "http://185.253.54.147:8535",
"endpoints": {
"fileHash": "/api/v1/file/hash/",
"checkBanStatus": "/api/v1/ban/iam",
"telemetry": "/api/v1/telemetry",
"gameFiles": "/api/v1/file/game",
"downloadFile": "/api/v1/file/game/download",
"countdown": "/api/v1/countdown"
},
"websockets": {
"base": {
"host": "wss://185.253.54.147",
"port": "8535"
}
}
},
"minecraft": {
"server": {
"host": "mc.thealfiperf.com",
"port": 3145
},
"services": {
"api": {
"base": "https://api.minecraftservices.com",
"endpoints": {
"uploadSkin": "/minecraft/profile/skins"
}
}
}
}
}