This commit is contained in:
React User
2026-04-04 18:43:36 +00:00
parent 4bbba45642
commit 37934c3d84
186 changed files with 2546 additions and 61 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"port": 2612,
"password": "HelloWorld",
"minimum_players": 2,
"maximum_players": 2,
"waiting_time": 60000,
"port_range_min": 26000,
"port_range_max": 27000,
"games": [
{
"name": "soccar",
"exe": "/home/react/CupidServer/games/soccar/soccar.x86_64"
}
],
"log_level": 3
}