aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorJeff Ames2009-05-25 01:59:50 +0000
committerJeff Ames2009-05-25 01:59:50 +0000
commitd4957dd9be8ef4484478510f5d3c6c974d3afe26 (patch)
treebf83a8eb978a776f188f7888f348401672ae298c /bin/config-include/StandaloneCommon.ini.example
parent* Disabled NAT translation support for a little while. (diff)
downloadopensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.zip
opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.gz
opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.bz2
opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.xz
Update svn properties.
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example42
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