From 266d0fbaaeac0dad06da98ceda8d19b8f3d732d6 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 29 Dec 2008 16:56:48 +0000 Subject: * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes * This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch --- bin/OpenSim.ini.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bd48f8c..cc117ad 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -178,7 +178,7 @@ ;WorldMapModule = "WorldMap" ;MapImageModule = "MapImageModule" - + [StandAlone] accounts_authenticate = true @@ -225,6 +225,14 @@ ; User Source MySQL example ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" + ; Specifies the location and filename of the default inventory library control file. The path can be relative or absolute + ; Default is ./inventory/Libraries.xml + ;LibrariesXMLFile="./inventory/Libraries.xml" + + ; Specifies the location and filename of the inventory library assets control file. The path can be relative or absolute + ; Setting is optional. Default is ./assets/AssetSets.xml + ;AssetSetsXMLFile="./assets/AssetSets.xml" + dump_assets_to_file = false -- cgit v1.1