From 1be22bc626720a7c10b5efcbfe355638d79df47e Mon Sep 17 00:00:00 2001 From: diva Date: Sat, 23 May 2009 01:40:03 +0000 Subject: Changing extension of two of the config files to .example because they need to be copied and customized. --- bin/config-include/StandaloneCommon.ini.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bin/config-include/StandaloneCommon.ini.example (limited to 'bin/config-include/StandaloneCommon.ini.example') diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example new file mode 100644 index 0000000..a14c653 --- /dev/null +++ b/bin/config-include/StandaloneCommon.ini.example @@ -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