circles/research/launcher/examples/ourworld/circles.json
2025-07-08 22:49:47 +02:00

37 lines
666 B
JSON

[
{
"name": "OurWorld",
"port": 8090,
"script_path": "scripts/ourworld.rhai"
},
{
"name": "Dunia Cybercity",
"port": 8091,
"script_path": "scripts/dunia_cybercity.rhai"
},
{
"name": "Sikana",
"port": 8092,
"script_path": "scripts/sikana.rhai"
},
{
"name": "Threefold",
"port": 8093,
"script_path": "scripts/threefold.rhai"
},
{
"name": "Mbweni",
"port": 8094,
"script_path": "scripts/mbweni.rhai"
},
{
"name": "Geomind",
"port": 8095,
"script_path": "scripts/geomind.rhai"
},
{
"name": "Freezone",
"port": 8096,
"script_path": "scripts/freezone.rhai"
}
]