mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Updated configs.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
InventoryServices = "RemoteInventoryServicesConnector"
|
||||
GridServices = "RemoteGridServicesConnector"
|
||||
NeighbourServices = "RemoteNeighbourServicesConnector"
|
||||
AuthenticationServices = "RemoteAuthenticationServicesConnector"
|
||||
AuthorizationServices = "RemoteAuthorizationServicesConnector"
|
||||
PresenceServices = "RemotePresenceServicesConnector"
|
||||
UserAccountServices = "RemoteUserAccountServicesConnector"
|
||||
@@ -27,6 +28,7 @@
|
||||
; for the LocalGridServicesConnector which is used by the Remote one
|
||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||
|
||||
; Temporary...
|
||||
[Communications]
|
||||
InterregionComms = "LocalComms"
|
||||
[LibraryService]
|
||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||
LibraryName = "OpenSim Library"
|
||||
DefaultLibrary = "./inventory/Libraries.xml"
|
||||
|
||||
@@ -21,6 +21,12 @@
|
||||
;
|
||||
GridServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[AvatarService]
|
||||
;
|
||||
; change this to your grid-wide grid server
|
||||
;
|
||||
AvatarServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[PresenceService]
|
||||
;
|
||||
; change this to your grid-wide presence server
|
||||
|
||||
@@ -44,3 +44,8 @@
|
||||
; which in turn uses this
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||
|
||||
[LibraryService]
|
||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||
LibraryName = "OpenSim Library"
|
||||
DefaultLibrary = "./inventory/Libraries.xml"
|
||||
|
||||
Reference in New Issue
Block a user