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/Standalone.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 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 74c440e..a0cd098 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -1,11 +1,20 @@ | |||
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" | 9 | Include-Stable = "config-include/StableSettings.ini" |
4 | 10 | ||
5 | [Modules] | 11 | [Modules] |
6 | AssetServices = "LocalAssetServicesConnector" | 12 | AssetServices = "LocalAssetServicesConnector" |
13 | InventoryServices = "LocalInventoryServicesConnector" | ||
7 | 14 | ||
8 | 15 | ||
9 | [AssetService] | 16 | [AssetService] |
10 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 17 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
11 | 18 | ||
19 | [InventoryService] | ||
20 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | ||