mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Successfully logged into a grid.
This commit is contained in:
@@ -21,6 +21,24 @@
|
||||
;
|
||||
GridServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[PresenceService]
|
||||
;
|
||||
; change this to your grid-wide presence server
|
||||
;
|
||||
PresenceServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[UserAccountService]
|
||||
;
|
||||
; change this to your grid-wide user accounts server
|
||||
;
|
||||
UserAccountServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[AuthenticationService]
|
||||
;
|
||||
; change this to your grid-wide authentication server
|
||||
;
|
||||
AuthenticationServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[Modules]
|
||||
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
||||
;; Copy the config .example file into your own .ini file and change configs there
|
||||
|
||||
@@ -13,12 +13,21 @@
|
||||
[Modules]
|
||||
AssetServices = "HGAssetBroker"
|
||||
InventoryServices = "HGInventoryBroker"
|
||||
NeighbourServices = "RemoteNeighbourServicesConnector"
|
||||
GridServices = "HGGridServicesConnector"
|
||||
NeighbourServiceInConnector = true
|
||||
NeighbourServices = "RemoteNeighbourServicesConnector"
|
||||
AuthenticationServices = "RemoteAuthenticationServicesConnector"
|
||||
AuthorizationServices = "LocalAuthorizationServicesConnector"
|
||||
PresenceServices = "RemotePresenceServicesConnector"
|
||||
UserAccountServices = "RemoteUserAccountServicesConnector"
|
||||
SimulationServices = "RemoteSimulationConnectorModule"
|
||||
LandServiceInConnector = true
|
||||
NeighbourServiceInConnector = true
|
||||
HypergridServiceInConnector = true
|
||||
LLProxyLoginModule = true
|
||||
SimulationServiceInConnector = true
|
||||
InventoryServiceInConnector = false
|
||||
AssetServiceInConnector = false
|
||||
LibraryModule = false
|
||||
LLLoginServiceInConnector = false
|
||||
|
||||
[AssetService]
|
||||
LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
|
||||
@@ -30,8 +39,8 @@
|
||||
|
||||
[GridService]
|
||||
; for the HGGridServicesConnector to instantiate
|
||||
GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector"
|
||||
GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector"
|
||||
; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
|
||||
; which in turn uses this
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||
|
||||
Reference in New Issue
Block a user