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/StandaloneCommon.ini.example | |
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/StandaloneCommon.ini.example | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 034d1e2..41112ef 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -1,9 +1,4 @@ | |||
1 | [Modules] | 1 | [DatabaseService] |
2 | ;AssetCaching = "CoreAssetCache" | ||
3 | ;AssetCaching = "GlynnTuckerAssetCache" | ||
4 | AssetCaching = "CenomeMemoryAssetCache" | ||
5 | |||
6 | [AssetService] | ||
7 | ; | 2 | ; |
8 | ;### Choose the DB | 3 | ;### Choose the DB |
9 | ; | 4 | ; |
@@ -13,6 +8,20 @@ | |||
13 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 8 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
14 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 9 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
15 | 10 | ||
11 | [AssetService] | ||
12 | |||
16 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 13 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
17 | AssetLoaderArgs = "assets/AssetSets.xml" | 14 | AssetLoaderArgs = "assets/AssetSets.xml" |
18 | 15 | ||
16 | |||
17 | [Modules] | ||
18 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | ||
19 | ;; Copy the config .example file into your own .ini file and change configs there | ||
20 | |||
21 | ;AssetCaching = "GlynnTuckerAssetCache" | ||
22 | |||
23 | ;AssetCaching = "FlotsamAssetCache" | ||
24 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" | ||
25 | |||
26 | AssetCaching = "CenomeMemoryAssetCache" | ||
27 | Include-CenomeCache = "config-include/CenomeCache.ini" | ||