Files
TP1-R504/servers_config.json
2025-11-04 08:19:56 +01:00

138 lines
2.2 KiB
JSON

[
{
"region": "World",
"nation": "World",
"host": "localhost",
"port": 9000,
"neighbors": [
"localhost:8001",
"localhost:8004"
],
"servers": [
{
"host": "localhost",
"port": 9000
}
]
},
{
"region": "FRA",
"nation": "France",
"host": "localhost",
"port": 8001,
"neighbors": [
"localhost:9000",
"localhost:8002",
"localhost:8003",
"localhost:8101"
],
"servers": [
{
"host": "localhost",
"port": 8001
},
{
"host": "localhost",
"port": 8101
}
]
},
{
"region": "Paris",
"nation": "France",
"host": "localhost",
"port": 8002,
"neighbors": [
"localhost:8001",
"localhost:8101"
],
"servers": [
{
"host": "localhost",
"port": 8002
},
{
"host": "localhost",
"port": 8102
}
]
},
{
"region": "Marseille",
"nation": "France",
"host": "localhost",
"port": 8003,
"neighbors": [
"localhost:8001"
],
"servers": [
{
"host": "localhost",
"port": 8003
},
{
"host": "localhost",
"port": 8103
}
]
},
{
"region": "USA",
"nation": "USA",
"host": "localhost",
"port": 8004,
"neighbors": [
"localhost:9000",
"localhost:8005",
"localhost:8006"
],
"servers": [
{
"host": "localhost",
"port": 8004
},
{
"host": "localhost",
"port": 8104
}
]
},
{
"region": "NYC",
"nation": "USA",
"host": "localhost",
"port": 8005,
"neighbors": [
"localhost:8004"
],
"servers": [
{
"host": "localhost",
"port": 8005
},
{
"host": "localhost",
"port": 8105
}
]
},
{
"region": "LA",
"nation": "USA",
"host": "localhost",
"port": 8006,
"neighbors": [
"localhost:8004"
],
"servers": [
{
"host": "localhost",
"port": 8006
},
{
"host": "localhost",
"port": 8106
}
]
}
]