clockwerk-opensim-config – Diff between revs 1 and 7

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