clockwerk-opensim-config – Blame information for rev 9

Subversion Repositories:
Rev:
Rev Author Line No. Line
9 vero 1 ;;
2 ;; Please don't change this file.
3 ;; All optional settings are in GridCommon.ini.example,
4 ;; which you can copy and change.
5 ;;
6  
7 [Includes]
8 Include-Common = "config-include/GridCommon.ini"
9  
10 [Modules]
11 AssetServices = "RemoteAssetServicesConnector"
12 InventoryServices = "RemoteXInventoryServicesConnector"
13 GridServices = "RemoteGridServicesConnector"
14 AvatarServices = "RemoteAvatarServicesConnector"
15 NeighbourServices = "RemoteNeighbourServicesConnector"
16 AuthenticationServices = "RemoteAuthenticationServicesConnector"
17 AuthorizationServices = "LocalAuthorizationServicesConnector"
18 PresenceServices = "RemotePresenceServicesConnector"
19 UserAccountServices = "RemoteUserAccountServicesConnector"
20 GridUserServices = "RemoteGridUserServicesConnector"
21 SimulationServices = "RemoteSimulationConnectorModule"
22 EntityTransferModule = "BasicEntityTransferModule"
23 InventoryAccessModule = "BasicInventoryAccessModule"
24 LandServices = "RemoteLandServicesConnector"
25 MapImageService = "MapImageServiceModule"
26 SearchModule = "BasicSearchModule"
27  
28 LandServiceInConnector = true
29 NeighbourServiceInConnector = true
30 SimulationServiceInConnector = true
31 LibraryModule = true
32  
33 [SimulationService]
34 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
35 ; It is used to control the teleport handoff process.
36 ; Valid values are
37 ; "SIMULATION/0.2"
38 ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
39 ; - this protocol is more efficient than "SIMULATION/0.1"
40 ; "SIMULATION/0.1"
41 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
42 ConnectorProtocolVersion = "SIMULATION/0.2"
43  
44 [SimulationDataStore]
45 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
46  
47 [EstateDataStore]
48 LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"
49  
50 [GridService]
51 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
52 ; for the LocalGridServicesConnector which is used by the Remote one
53 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
54  
55 NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
56  
57 [LibraryService]
58 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
59 LibraryName = "OpenSim Library"
60 DefaultLibrary = "./inventory/Libraries.xml"
61  
62 [Friends]
63 Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
64  
65 [MapImageService]
66 LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
67  
68 ; in minutes
69 RefreshTime = 60