2010-03-12 18:31:43 +00:00
|
|
|
;;
|
|
|
|
;; Please don't change this file.
|
|
|
|
;; All optional settings are in GridCommon.ini.example,
|
|
|
|
;; which you can copy and change.
|
|
|
|
;;
|
|
|
|
|
|
|
|
;;
|
2018-03-19 16:30:03 +00:00
|
|
|
;; In GridCommon.ini, these are the URLs you would use if SimianGrid is
|
2010-03-12 18:31:43 +00:00
|
|
|
;; 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/"
|
2010-04-04 18:58:06 +00:00
|
|
|
; GroupsServerURI = "http://www.mygrid.com/Grid/"
|
2010-03-12 18:31:43 +00:00
|
|
|
|
|
|
|
[Includes]
|
|
|
|
Include-Common = "config-include/GridCommon.ini"
|
|
|
|
|
2010-03-11 18:05:03 +00:00
|
|
|
[Modules]
|
2010-12-27 23:25:08 +00:00
|
|
|
GridServices = "RemoteGridServicesConnector"
|
2010-09-07 18:13:37 +00:00
|
|
|
PresenceServices = "SimianPresenceServiceConnector"
|
|
|
|
UserAccountServices = "SimianUserAccountServiceConnector"
|
|
|
|
AuthenticationServices = "SimianAuthenticationServiceConnector"
|
|
|
|
AssetServices = "SimianAssetServiceConnector"
|
|
|
|
InventoryServices = "SimianInventoryServiceConnector"
|
|
|
|
AvatarServices = "SimianAvatarServiceConnector"
|
2018-03-19 16:30:03 +00:00
|
|
|
|
2017-05-31 00:29:38 +00:00
|
|
|
NeighbourServices = "NeighbourServicesOutConnector"
|
2010-03-11 18:05:03 +00:00
|
|
|
SimulationServices = "RemoteSimulationConnectorModule"
|
|
|
|
EntityTransferModule = "BasicEntityTransferModule"
|
|
|
|
InventoryAccessModule = "BasicInventoryAccessModule"
|
2018-03-19 16:30:03 +00:00
|
|
|
|
2010-03-11 18:05:03 +00:00
|
|
|
LandServiceInConnector = true
|
|
|
|
NeighbourServiceInConnector = true
|
|
|
|
SimulationServiceInConnector = true
|
|
|
|
LibraryModule = false
|
2018-03-19 16:30:03 +00:00
|
|
|
|
2010-03-11 18:05:03 +00:00
|
|
|
AssetCaching = "FlotsamAssetCache"
|
|
|
|
|
2010-09-12 21:20:26 +00:00
|
|
|
[SimulationDataStore]
|
2015-01-07 05:24:44 +00:00
|
|
|
LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
|
2010-09-12 21:20:26 +00:00
|
|
|
|
|
|
|
[EstateDataStore]
|
2015-01-07 05:24:44 +00:00
|
|
|
LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
|
2010-09-12 21:20:26 +00:00
|
|
|
|
2010-03-11 18:05:03 +00:00
|
|
|
[Friends]
|
|
|
|
Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector"
|
|
|
|
|
|
|
|
[GridService]
|
|
|
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
|
|
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
2015-01-21 00:54:13 +00:00
|
|
|
NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector"
|
2010-03-11 18:05:03 +00:00
|
|
|
|
|
|
|
[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"
|
2015-01-21 00:54:13 +00:00
|
|
|
|
2010-04-04 18:58:06 +00:00
|
|
|
[Groups]
|
|
|
|
Enabled = true
|
|
|
|
Module = GroupsModule
|
|
|
|
DebugEnabled = false
|
|
|
|
NoticesEnabled = true
|
|
|
|
MessagingModule = GroupsMessagingModule
|
|
|
|
MessagingEnabled = true
|
|
|
|
ServicesConnectorModule = SimianGroupsServicesConnector
|
2010-07-22 02:04:34 +00:00
|
|
|
|
|
|
|
[Profiles]
|
2010-09-07 18:13:37 +00:00
|
|
|
Module = "SimianProfiles"
|