aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authordiva2009-05-15 05:00:25 +0000
committerdiva2009-05-15 05:00:25 +0000
commit5e4fc6e91e5edffd1dc23af4f583d6294f394a3d (patch)
tree497076db68193be2d14fc3788c1d80c74d8c977d /bin
parentsome sculpted prim geometry accuracy and meshing speed improvements (diff)
downloadopensim-SC_OLD-5e4fc6e91e5edffd1dc23af4f583d6294f394a3d.zip
opensim-SC_OLD-5e4fc6e91e5edffd1dc23af4f583d6294f394a3d.tar.gz
opensim-SC_OLD-5e4fc6e91e5edffd1dc23af4f583d6294f394a3d.tar.bz2
opensim-SC_OLD-5e4fc6e91e5edffd1dc23af4f583d6294f394a3d.tar.xz
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
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example24
1 files changed, 13 insertions, 11 deletions
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 @@
1264 1264
1265 ;PacketMTU = 1400 1265 ;PacketMTU = 1400
1266 1266
1267 ; The following is the configuration section for the new style gtid servers 1267 ; The following is the configuration section for the new style grid servers
1268 ; If you don't know what this is, don't enable it. It will eat your data, 1268 ; If you don't know what this is, don't enable it. It will eat your data,
1269 ; format your hard drive and make all meat in your fridge spoil. 1269 ; format your hard drive and make all meat in your fridge spoil.
1270 ; You have been warned. 1270 ; You have been warned.
1271 ; Some of this may actually work! 1271 ; Some of this is starting to work!
1272[Modules] 1272[ServiceConnectors]
1273 ; Choose one 1273 ; Choose one
1274 ;AssetServices = "LocalAssetServicesConnector" 1274 AssetServices = "LocalAssetServicesConnector"
1275 ;AssetServices = "RemoteAssetServicesConnector" 1275 ;AssetServices = "RemoteAssetServicesConnector"
1276 ;AssetServices = "HGAssetBroker" 1276 ;AssetServices = "HGAssetBroker"
1277 1277
1278 ;AssetCaching = "CoreAssetCache" 1278 ; If you don't want asset caching in the regions, comment this
1279 AssetCaching = "CoreAssetCache"
1279 1280
1280 ; Choose one 1281 ; Choose one
1281 ;UserServices = "LocalUserServicesConnector" 1282 ;UserServices = "LocalUserServicesConnector"
@@ -1283,14 +1284,15 @@
1283 1284
1284 1285
1285[AssetService] 1286[AssetService]
1286 ; Parameters for local assets 1287 ; Parameters for local assets, formerly known as "standalone"
1287 ;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 1288 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
1289 StorageProvider = "OpenSim.Data.SQLite.dll"
1288 ;StorageProvider = "OpenSim.Data.MySQL.dll" 1290 ;StorageProvider = "OpenSim.Data.MySQL.dll"
1289 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" 1291 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
1290 ;DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 1292 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
1291 ;AssetLoaderArgs = "assets/AssetSets.xml" 1293 AssetLoaderArgs = "assets/AssetSets.xml"
1292 1294
1293 ; Parameters for remote assets 1295 ; Parameters for remote assets, formerly known as "grid"
1294 ;AssetServerURI = "http://localhost:8003/" 1296 ;AssetServerURI = "http://localhost:8003/"
1295 1297
1296 ; Paremeters for the Hypergrid connector 1298 ; Paremeters for the Hypergrid connector