diff options
author | diva | 2009-06-10 13:18:32 +0000 |
---|---|---|
committer | diva | 2009-06-10 13:18:32 +0000 |
commit | 0f367bd7bbc5d22d4834e1eb0f1671381485143e (patch) | |
tree | eeb4290f1146601f8fd97dc164e0a7f247a2fafb /bin/config-include/GridHypergrid.ini | |
parent | From: Alan Webb <alan_webb@us.ibm.com> (diff) | |
download | opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.zip opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.tar.gz opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.tar.bz2 opensim-SC_OLD-0f367bd7bbc5d22d4834e1eb0f1671381485143e.tar.xz |
Heart surgery no.2: the inventory service hooks.
Several improvements in the connectors themselves.
Several improvements in configurations.
Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index f22113b..abac345 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -1,11 +1,20 @@ | |||
1 | ;; | ||
2 | ;; Please don't change this file. | ||
3 | ;; All optional settings are in GridCommon.ini.example, | ||
4 | ;; which you can copy and change. | ||
5 | ;; | ||
6 | |||
1 | [Includes] | 7 | [Includes] |
2 | Include-Common = "config-include/GridCommon.ini" | 8 | Include-Common = "config-include/GridCommon.ini" |
3 | Include-Stable = "config-include/StableSettings.ini" | ||
4 | 9 | ||
5 | [Modules] | 10 | [Modules] |
6 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
7 | 12 | InventoryServices = "HGInventoryBroker" | |
8 | 13 | ||
9 | [AssetService] | 14 | [AssetService] |
10 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | 15 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" |
11 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" | 16 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" |
17 | |||
18 | [InventoryService] | ||
19 | LocalGridInventoryService = "OpenSim.Services.Connectors.dll:InventoryServicesConnector" | ||
20 | HypergridInventoryService = "OpenSim.Services.InventoryService.dll:HGInventoryService" | ||