From 5e4fc6e91e5edffd1dc23af4f583d6294f394a3d Mon Sep 17 00:00:00 2001 From: diva Date: Fri, 15 May 2009 05:00:25 +0000 Subject: Heart surgery on asset service code bits. Affects OpenSim.ini configuration -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now --- bin/OpenSim.ini.example | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index de1fcce..e84cd57 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1264,18 +1264,19 @@ ;PacketMTU = 1400 - ; The following is the configuration section for the new style gtid servers + ; The following is the configuration section for the new style grid servers ; If you don't know what this is, don't enable it. It will eat your data, ; format your hard drive and make all meat in your fridge spoil. ; You have been warned. - ; Some of this may actually work! -[Modules] - ; Choose one - ;AssetServices = "LocalAssetServicesConnector" + ; Some of this is starting to work! +[ServiceConnectors] + ; Choose one + AssetServices = "LocalAssetServicesConnector" ;AssetServices = "RemoteAssetServicesConnector" ;AssetServices = "HGAssetBroker" - ;AssetCaching = "CoreAssetCache" + ; If you don't want asset caching in the regions, comment this + AssetCaching = "CoreAssetCache" ; Choose one ;UserServices = "LocalUserServicesConnector" @@ -1283,14 +1284,15 @@ [AssetService] - ; Parameters for local assets - ;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" + ; Parameters for local assets, formerly known as "standalone" + LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" + StorageProvider = "OpenSim.Data.SQLite.dll" ;StorageProvider = "OpenSim.Data.MySQL.dll" ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" - ;DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" - ;AssetLoaderArgs = "assets/AssetSets.xml" + DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" + AssetLoaderArgs = "assets/AssetSets.xml" - ; Parameters for remote assets + ; Parameters for remote assets, formerly known as "grid" ;AssetServerURI = "http://localhost:8003/" ; Paremeters for the Hypergrid connector -- cgit v1.1