diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a14c653..001b3a0 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -1,21 +1,21 @@ | |||
1 | [Modules] | 1 | [Modules] |
2 | AssetCaching = "CoreAssetCache" | 2 | AssetCaching = "CoreAssetCache" |
3 | 3 | ||
4 | [AssetCache] | 4 | [AssetCache] |
5 | ; Number of buckets for assets | 5 | ; Number of buckets for assets |
6 | CacheBuckets = 16384 | 6 | CacheBuckets = 16384 |
7 | 7 | ||
8 | [AssetService] | 8 | [AssetService] |
9 | ; | 9 | ; |
10 | ;### Choose the DB | 10 | ;### Choose the DB |
11 | ; | 11 | ; |
12 | ;--- For SQLite | 12 | ;--- For SQLite |
13 | StorageProvider = "OpenSim.Data.SQLite.dll" | 13 | StorageProvider = "OpenSim.Data.SQLite.dll" |
14 | ;--- For MySql | 14 | ;--- For MySql |
15 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 15 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
16 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 16 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
17 | 17 | ||
18 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 18 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
19 | AssetLoaderArgs = "assets/AssetSets.xml" | 19 | AssetLoaderArgs = "assets/AssetSets.xml" |
20 | 20 | ||
21 | 21 | ||