aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Grid.ini
blob: 42ecec20fff9414e8be1507bcc32abfc8dd2cd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
;;
;; Please don't change this file.
;; All optional settings are in GridCommon.ini.example,
;; which you can copy and change.
;;

[Includes]
    Include-Common = "config-include/GridCommon.ini"

[Modules]
    AssetServices			= "RemoteAssetServicesConnector"
    InventoryServices		= "RemoteXInventoryServicesConnector"
    GridServices			= "RemoteGridServicesConnector"
    AvatarServices			= "RemoteAvatarServicesConnector"
    NeighbourServices		= "RemoteNeighbourServicesConnector"
    AuthenticationServices	= "RemoteAuthenticationServicesConnector"
    AuthorizationServices	= "LocalAuthorizationServicesConnector"
    PresenceServices		= "RemotePresenceServicesConnector"
    UserAccountServices		= "RemoteUserAccountServicesConnector"
    GridUserServices		= "RemoteGridUserServicesConnector"
    SimulationServices		= "RemoteSimulationConnectorModule"
    EntityTransferModule	= "BasicEntityTransferModule"
    InventoryAccessModule	= "BasicInventoryAccessModule"
    LandServices            = "RemoteLandServicesConnector"
    MapImageService			= "MapImageServiceModule"
    SearchModule			= "BasicSearchModule"
    
    LandServiceInConnector			= true
    NeighbourServiceInConnector		= true
    SimulationServiceInConnector	= true
    LibraryModule					= true

[SimulationService]
    ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
    ; It is used to control the teleport handoff process.
    ; Valid values are
    ; "SIMULATION/0.3" 
    ;   - This is the default, and it supports teleports to variable-sized regions
    ;   - Older versions can teleport to this one, but only if the destination region
    ;     is 256x256
    ; "SIMULATION/0.2"
    ;   - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
    ;   - this protocol is more efficient than "SIMULATION/0.1"
    ; "SIMULATION/0.1" 
    ;   - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
    ConnectorProtocolVersion = "SIMULATION/0.3"

[SimulationDataStore]
    LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"

[EstateDataStore]
    LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"

[GridService]
    LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
    ; for the LocalGridServicesConnector which is used by the Remote one
    StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
    NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"

    ; Because LocalGridServicesConnector starts this service, in grid mode we need to suppress
    ; the inappropriate console commands that it registers.
    SuppressConsoleCommands = true
    
[LibraryService]
    LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
    LibraryName = "OpenSim Library"
    DefaultLibrary = "./inventory/Libraries.xml"

[Friends]
    Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"

[MapImageService]
	LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"