diff options
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" | ||