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/OpenSim.ini.example | 7 ++++--- 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 +++++++++++++++++++++ 5 files changed, 42 insertions(+), 41 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 diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 02047cf..5657df8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1234,7 +1234,8 @@ ;Include-Grid = "config-include/Grid.ini" ;Include-Hypergrid = "config-include/GridHypergrid.ini" - ; Then edit - ; config-include/StandaloneCommon.ini (if you're in standlone) OR - ; config-include/GridCommon.ini (if you're connected to a grid) + ; Then choose + ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR + ; config-include/GridCommon.ini.example (if you're connected to a grid) + ; Copy to your own .ini there (without .example extension) and edit it ; to customize your data 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