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 [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.3"
38 ; - This is the default, and it supports teleports to variable-sized regions
39 ; - Older versions can teleport to this one, but only if the destination region
40 ; is 256x256
41 ; "SIMULATION/0.2"
42 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
43 ; - this protocol is more efficient than "SIMULATION/0.1"
44 ; "SIMULATION/0.1"
45 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
46 ConnectorProtocolVersion = "SIMULATION/0.3"
47  
48 [SimulationDataStore]
49 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
50  
51 [EstateDataStore]
52 LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"
53  
54 [GridService]
55 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
56 ; for the LocalGridServicesConnector which is used by the Remote one
57 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
58 NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
59  
60 ; Because LocalGridServicesConnector starts this service, in grid mode we need to suppress
61 ; the inappropriate console commands that it registers.
62 SuppressConsoleCommands = true
63  
64 [LibraryService]
65 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
66 LibraryName = "OpenSim Library"
67 DefaultLibrary = "./inventory/Libraries.xml"
68  
69 [Friends]
70 Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
71  
72 [MapImageService]
73 LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"