gameservers-control/storage/servers.json
2026-06-12 14:34:44 +02:00

20 lines
350 B
JSON

[
{
"id": "game-1",
"game": "Jeu 1",
"address": "srv.mocked.com:12345",
"port": 12345,
"startProfile": "GAME_1",
"secrets": {}
},
{
"id": "game-2",
"game": "Jeu 2",
"address": "srv.mocked.com:67890",
"port": 67890,
"startProfile": "GAME_2",
"secrets": {
"password": "change-me"
}
}
]