aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example21
1 files changed, 21 insertions, 0 deletions
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 @@
1287 ;FullUpdateRate=14 1287 ;FullUpdateRate=14
1288 1288
1289 ;PacketMTU = 1400 1289 ;PacketMTU = 1400
1290
1291 ; The following is the configuration section for the new style gtid servers
1292 ; If you don't know what this is, don't enable it. It will eat your data,
1293 ; format your hard drive and make all meat in your fridge spoil.
1294 ; You have been warned.
1295 ; Some of this may actually work!
1296[Modules]
1297 ; Choose one
1298 ;AssetServices = "LocalAssetServicesConnector"
1299 ;AssetServices = "RemoteAssetServicesConnector"
1300
1301[AssetService]
1302 ; Parameters for local assets
1303 ;Module = "OpenSim.Services.AssetService.dll"
1304 ;StorageProvider = "OpenSim.Data.MySQL.dll"
1305 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
1306 ;DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
1307 ;AssetLoaderArgs = "assets/AssetSets.xml"
1308
1309 ; Parameters for remote assets
1310 ;AssetServerURI = "http://localhost:8003/"