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/GridCommon.ini | 17 ----------------- bin/config-include/GridCommon.ini.example | 17 +++++++++++++++++ bin/config-include/StandaloneCommon.ini | 21 --------------------- bin/config-include/StandaloneCommon.ini.example | 21 +++++++++++++++++++++ 4 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 bin/config-include/GridCommon.ini create mode 100644 bin/config-include/GridCommon.ini.example delete mode 100644 bin/config-include/StandaloneCommon.ini create mode 100644 bin/config-include/StandaloneCommon.ini.example (limited to 'bin/config-include') diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini deleted file mode 100644 index 0e95f35..0000000 --- a/bin/config-include/GridCommon.ini +++ /dev/null @@ -1,17 +0,0 @@ -[Modules] - AssetCaching = "CoreAssetCache" - -[AssetCache] - ; Number of buckets for assets - CacheBuckets = 32768 - -[AssetService] - - DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" - AssetLoaderArgs = "assets/AssetSets.xml" - - ; - ; change this to your grid-wide asset server - ; - AssetServerURI = "http://myassetserver.com:8003" - diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example new file mode 100644 index 0000000..0e95f35 --- /dev/null +++ b/bin/config-include/GridCommon.ini.example @@ -0,0 +1,17 @@ +[Modules] + AssetCaching = "CoreAssetCache" + +[AssetCache] + ; Number of buckets for assets + CacheBuckets = 32768 + +[AssetService] + + DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" + AssetLoaderArgs = "assets/AssetSets.xml" + + ; + ; change this to your grid-wide asset server + ; + AssetServerURI = "http://myassetserver.com:8003" + diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini deleted file mode 100644 index a14c653..0000000 --- a/bin/config-include/StandaloneCommon.ini +++ /dev/null @@ -1,21 +0,0 @@ -[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" - - 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