mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Add the asset service connectors and sample config. READ WARNINGS!!!
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user