diff options
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 5b19130..1a9ac72 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -10,15 +10,26 @@ | |||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "RemoteAssetServicesConnector" | 11 | AssetServices = "RemoteAssetServicesConnector" |
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | AuthorizationServices = "RemoteAuthorizationServicesConnector" | ||
14 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
15 | GridServices = "RemoteGridServicesConnector" | 13 | GridServices = "RemoteGridServicesConnector" |
16 | NeighbourServiceInConnector = true | 14 | AvatarServices = "RemoteAvatarServicesConnector" |
15 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | ||
17 | PresenceServices = "RemotePresenceServicesConnector" | ||
18 | UserAccountServices = "RemoteUserAccountServicesConnector" | ||
19 | SimulationServices = "RemoteSimulationConnectorModule" | ||
20 | AgentTransferModule = "AgentTransferModule" | ||
17 | LandServiceInConnector = true | 21 | LandServiceInConnector = true |
18 | LLProxyLoginModule = true | 22 | NeighbourServiceInConnector = true |
23 | SimulationServiceInConnector = true | ||
24 | LibraryModule = true | ||
25 | |||
19 | 26 | ||
20 | [GridService] | 27 | [GridService] |
21 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 28 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
22 | ; for the LocalGridServicesConnector which is used by the Remote one | 29 | ; for the LocalGridServicesConnector which is used by the Remote one |
23 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 30 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
24 | \ No newline at end of file | 31 | |
32 | [LibraryService] | ||
33 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
34 | LibraryName = "OpenSim Library" | ||
35 | DefaultLibrary = "./inventory/Libraries.xml" | ||