aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authordiva2009-06-10 13:18:32 +0000
committerdiva2009-06-10 13:18:32 +0000
commit0f367bd7bbc5d22d4834e1eb0f1671381485143e (patch)
treeeeb4290f1146601f8fd97dc164e0a7f247a2fafb /bin/config-include/StandaloneHypergrid.ini
parentFrom: Alan Webb <alan_webb@us.ibm.com> (diff)
downloadopensim-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/StandaloneHypergrid.ini15
1 files changed, 14 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 7c5700e..f962132 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -1,9 +1,15 @@
1;;
2;; Please don't change this file.
3;; All optional settings are in StandaloneCommon.ini.example,
4;; which you can copy and change.
5;;
6
1[Includes] 7[Includes]
2 Include-Common = "config-include/StandaloneCommon.ini" 8 Include-Common = "config-include/StandaloneCommon.ini"
3 Include-Stable = "config-include/StableSettings.ini"
4 9
5[Modules] 10[Modules]
6 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
12 InventoryServices = "HGInventoryBroker"
7 13
8 14
9[AssetService] 15[AssetService]
@@ -14,3 +20,10 @@
14 LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService" 20 LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
15 HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" 21 HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService"
16 22
23[InventoryService]
24 ; For the RegionInventoryService
25 LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
26
27 ; For HGInventoryBroker
28 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
29 HypergridInventoryService = "OpenSim.Services.InventoryService.dll:HGInventoryService"