From dba8c90611abf50b706bc3ba54bc455ee142dae3 Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Mon, 23 Feb 2009 04:39:08 +0000 Subject: Load default assets when AssetInventory starts. --- OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs') diff --git a/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs b/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs index d0f4250..79b6c73 100644 --- a/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs +++ b/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs @@ -71,6 +71,7 @@ namespace OpenSim.Grid.AssetInventoryServer { IConfig config = result.AddConfig("Config"); config.Set("listen_port", 8003); + config.Set("assetset_location", String.Format(".{0}assets{0}AssetSets.xml", Path.DirectorySeparatorChar)); } { -- cgit v1.1