From 92d5b1560d0489b16b5a6c57df11429ff1caf66f Mon Sep 17 00:00:00 2001 From: diva Date: Fri, 22 May 2009 22:48:25 +0000 Subject: Added a few pre-packaged configurations to make it easier for people to configure their sims. --- bin/config-include/StandaloneCommon.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bin/config-include/StandaloneCommon.ini (limited to 'bin/config-include/StandaloneCommon.ini') diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini new file mode 100644 index 0000000..a14c653 --- /dev/null +++ b/bin/config-include/StandaloneCommon.ini @@ -0,0 +1,21 @@ +[Modules] + AssetCaching = "CoreAssetCache" + +[AssetCache] + ; Number of buckets for assets + CacheBuckets = 16384 + +[AssetService] + ; + ;### Choose the DB + ; + ;--- For SQLite + StorageProvider = "OpenSim.Data.SQLite.dll" + ;--- For MySql + ;StorageProvider = "OpenSim.Data.MySQL.dll" + ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" + + DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" + AssetLoaderArgs = "assets/AssetSets.xml" + + -- cgit v1.1