From c1e7352d75b62b6c97e79c4fdb37b9493aba697a Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 9 May 2009 02:49:55 +0000 Subject: Add the asset service connectors and sample config. READ WARNINGS!!! --- bin/OpenSim.ini.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ec90488..2aa9d75 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1287,3 +1287,24 @@ ;FullUpdateRate=14 ;PacketMTU = 1400 + + ; The following is the configuration section for the new style gtid 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" + ;AssetServices = "RemoteAssetServicesConnector" + +[AssetService] + ; Parameters for local assets + ;Module = "OpenSim.Services.AssetService.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" + + ; Parameters for remote assets + ;AssetServerURI = "http://localhost:8003/" -- cgit v1.1