mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* 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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user