mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
78 lines
2.6 KiB
INI
78 lines
2.6 KiB
INI
;;
|
|
;; Please don't change this file.
|
|
;; All optional settings are in GridCommon.ini.example,
|
|
;; which you can copy and change.
|
|
;;
|
|
|
|
;;
|
|
;; In GridCommon.ini, these are the URLs you would use if SimianGrid is
|
|
;; installed at http://www.mygrid.com/Grid/
|
|
;;
|
|
; AssetServerURI = "http://www.mygrid.com/Grid/?id="
|
|
; InventoryServerURI = "http://www.mygrid.com/Grid/"
|
|
; AvatarServerURI = "http://www.mygrid.com/Grid/"
|
|
; PresenceServerURI = "http://www.mygrid.com/Grid/"
|
|
; UserAccountServerURI = "http://www.mygrid.com/Grid/"
|
|
; AuthenticationServerURI = "http://www.mygrid.com/Grid/"
|
|
; FriendsServerURI = "http://www.mygrid.com/Grid/"
|
|
; GroupsServerURI = "http://www.mygrid.com/Grid/"
|
|
|
|
[Includes]
|
|
Include-Common = "config-include/GridCommon.ini"
|
|
|
|
[Modules]
|
|
GridServices = "RemoteGridServicesConnector"
|
|
PresenceServices = "SimianPresenceServiceConnector"
|
|
UserAccountServices = "SimianUserAccountServiceConnector"
|
|
AuthenticationServices = "SimianAuthenticationServiceConnector"
|
|
AssetServices = "SimianAssetServiceConnector"
|
|
InventoryServices = "SimianInventoryServiceConnector"
|
|
AvatarServices = "SimianAvatarServiceConnector"
|
|
|
|
NeighbourServices = "RemoteNeighbourServicesConnector"
|
|
SimulationServices = "RemoteSimulationConnectorModule"
|
|
EntityTransferModule = "BasicEntityTransferModule"
|
|
InventoryAccessModule = "BasicInventoryAccessModule"
|
|
|
|
LandServiceInConnector = true
|
|
NeighbourServiceInConnector = true
|
|
SimulationServiceInConnector = true
|
|
LibraryModule = false
|
|
|
|
AssetCaching = "FlotsamAssetCache"
|
|
|
|
[SimulationDataStore]
|
|
LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
|
|
|
|
[EstateDataStore]
|
|
LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
|
|
|
|
[Friends]
|
|
Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector"
|
|
|
|
[GridService]
|
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
|
NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector"
|
|
|
|
[LibraryService]
|
|
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
|
LibraryName = "OpenSim Library"
|
|
DefaultLibrary = "./inventory/Libraries.xml"
|
|
|
|
[AssetService]
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
[Groups]
|
|
Enabled = true
|
|
Module = GroupsModule
|
|
DebugEnabled = false
|
|
NoticesEnabled = true
|
|
MessagingModule = GroupsMessagingModule
|
|
MessagingEnabled = true
|
|
ServicesConnectorModule = SimianGroupsServicesConnector
|
|
|
|
[Profiles]
|
|
Module = "SimianProfiles"
|