aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-09 02:49:55 +0000
committerMelanie Thielker2009-05-09 02:49:55 +0000
commitc1e7352d75b62b6c97e79c4fdb37b9493aba697a (patch)
tree0bf2e2b12fafc2fc08dce9c50a0fa198b787979c /bin
parentFInish basic asset server functionality on the new asset server (diff)
downloadopensim-SC_OLD-c1e7352d75b62b6c97e79c4fdb37b9493aba697a.zip
opensim-SC_OLD-c1e7352d75b62b6c97e79c4fdb37b9493aba697a.tar.gz
opensim-SC_OLD-c1e7352d75b62b6c97e79c4fdb37b9493aba697a.tar.bz2
opensim-SC_OLD-c1e7352d75b62b6c97e79c4fdb37b9493aba697a.tar.xz
Add the asset service connectors and sample config. READ WARNINGS!!!
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/"