-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlondon_small_cloud_launch.json
54 lines (54 loc) · 1.06 KB
/
london_small_cloud_launch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"template": "small_legacy",
"world": {
"chunkEdgeLengthMeters": 250,
"snapshots": {
"snapshotWritePeriodSeconds": 0
},
"legacy_flags": [
{
"name": "qos_max_unacked_pings_rate",
"value": "1.0d"
}
],
"dimensions": {
"xMeters": 5000,
"zMeters": 4000
}
},
"workers": [
{
"worker_type": "UnityWorker",
"flags": [
{
"name": "drone_sim_max_delivery_requests",
"value": "2000"
},
{
"name": "drone_sim_scheduler_type",
"value": "LLV"
}
],
"load_balancing": {
"points_of_interest": {
"num_workers": 2,
"points": [{ "x": -110, "z": -1784 },{ "x": -161.8651, "z": 1413.64 }]
}
},
"permissions": [{
"entity_creation": {
"allow": true
},
"entity_deletion": {
"allow": true
},
"entity_query": {
"allow": true,
"components": [
"*"
]
}
}]
}
]
}