16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"game": "Jeu 1",
|
|
"address": "srv.mocked.com:12345",
|
|
"port": 12345,
|
|
"active": false
|
|
},
|
|
{
|
|
"game": "Jeu 2",
|
|
"address": "srv.mocked.com:67890",
|
|
"port": 67890,
|
|
"active": true
|
|
}
|
|
]
|
|
}
|