diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/Grid.ini | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index cb3a5c8..69a209a 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -22,13 +22,25 @@ | |||
22 | EntityTransferModule = "BasicEntityTransferModule" | 22 | EntityTransferModule = "BasicEntityTransferModule" |
23 | InventoryAccessModule = "BasicInventoryAccessModule" | 23 | InventoryAccessModule = "BasicInventoryAccessModule" |
24 | LandServices = "RemoteLandServicesConnector" | 24 | LandServices = "RemoteLandServicesConnector" |
25 | MapImageService = "MapImageServiceModule" | 25 | MapImageService = "MapImageServiceModule" |
26 | SearchModule = "BasicSearchModule" | ||
26 | 27 | ||
27 | LandServiceInConnector = true | 28 | LandServiceInConnector = true |
28 | NeighbourServiceInConnector = true | 29 | NeighbourServiceInConnector = true |
29 | SimulationServiceInConnector = true | 30 | SimulationServiceInConnector = true |
30 | LibraryModule = true | 31 | LibraryModule = true |
31 | 32 | ||
33 | [SimulationService] | ||
34 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | ||
35 | ; It is used to control the teleport handoff process. | ||
36 | ; Valid values are | ||
37 | ; "SIMULATION/0.2" | ||
38 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | ||
39 | ; - this protocol is more efficient than "SIMULATION/0.1" | ||
40 | ; "SIMULATION/0.1" | ||
41 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | ||
42 | ConnectorProtocolVersion = "SIMULATION/0.2" | ||
43 | |||
32 | [SimulationDataStore] | 44 | [SimulationDataStore] |
33 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 45 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
34 | 46 | ||
@@ -40,7 +52,7 @@ | |||
40 | ; for the LocalGridServicesConnector which is used by the Remote one | 52 | ; for the LocalGridServicesConnector which is used by the Remote one |
41 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 53 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
42 | 54 | ||
43 | NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector" | 55 | NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector" |
44 | 56 | ||
45 | [LibraryService] | 57 | [LibraryService] |
46 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | 58 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" |
@@ -52,5 +64,6 @@ | |||
52 | 64 | ||
53 | [MapImageService] | 65 | [MapImageService] |
54 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" | 66 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" |
67 | |||
55 | ; in minutes | 68 | ; in minutes |
56 | RefreshTime = 60 | 69 | RefreshTime = 60 |