clockwerk-opensim – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 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 [Startup]
11 WorldMapModule = "HGWorldMap"
12  
13 [Modules]
14 AssetServices = "HGAssetBroker"
15 InventoryServices = "HGInventoryBroker"
16 GridServices = "RemoteGridServicesConnector"
17 AvatarServices = "RemoteAvatarServicesConnector"
18 NeighbourServices = "RemoteNeighbourServicesConnector"
19 AuthenticationServices = "RemoteAuthenticationServicesConnector"
20 AuthorizationServices = "LocalAuthorizationServicesConnector"
21 PresenceServices = "RemotePresenceServicesConnector"
22 UserAccountServices = "RemoteUserAccountServicesConnector"
23 GridUserServices = "RemoteGridUserServicesConnector"
24 SimulationServices = "RemoteSimulationConnectorModule"
25 EntityTransferModule = "HGEntityTransferModule"
26 InventoryAccessModule = "HGInventoryAccessModule"
27 LandServices = "RemoteLandServicesConnector"
28 FriendsModule = "HGFriendsModule"
29 MapImageService = "MapImageServiceModule"
30 UserManagementModule = "HGUserManagementModule"
31 SearchModule = "BasicSearchModule"
32  
33 LandServiceInConnector = true
34 NeighbourServiceInConnector = true
35 SimulationServiceInConnector = true
36 LibraryModule = true
37  
38 [SimulationService]
39 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
40 ; It is used to control the teleport handoff process.
41 ; Valid values are
42 ; "SIMULATION/0.3"
43 ; - This is the default, and it supports teleports to variable-sized regions
44 ; - Older versions can teleport to this one, but only if the destination region
45 ; is 256x256
46 ; "SIMULATION/0.2"
47 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
48 ; - this protocol is more efficient than "SIMULATION/0.1"
49 ; "SIMULATION/0.1"
50 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
51 ConnectorProtocolVersion = "SIMULATION/0.3"
52  
53 [Profile]
54 Module = "BasicProfileModule"
55  
56 [SimulationDataStore]
57 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
58  
59 [EstateDataStore]
60 LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"
61  
62 [AssetService]
63 LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
64 HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
65  
66 [InventoryService]
67 LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteXInventoryServicesConnector"
68  
69 [GridService]
70 ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
71 ; which in turn uses this
72 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
73 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
74  
75 NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
76  
77 ; Needed to display non-default map tile images for linked regions
78 AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
79  
80 HypergridLinker = true
81 AllowHypergridMapSearch = true
82 SuppressConsoleCommands = true
83  
84 [LibraryService]
85 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
86 LibraryName = "OpenSim Library"
87 DefaultLibrary = "./inventory/Libraries.xml"
88  
89 [Friends]
90 Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
91  
92 [Messaging]
93 MessageTransferModule = HGMessageTransferModule
94 LureModule = HGLureModule
95  
96 [HGInstantMessageService]
97 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
98 GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
99 PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
100 UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
101  
102 [MapImageService]
103 LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"