diff options
author | onefang | 2019-05-19 21:24:15 +1000 |
---|---|---|
committer | onefang | 2019-05-19 21:24:15 +1000 |
commit | 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb (patch) | |
tree | a9fbc62df9eb2d1d9ba2698d8552eae71eca20d8 /bin/config-include/Grid.ini | |
parent | Add a build script. (diff) | |
download | opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2 opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz |
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini new file mode 100644 index 0000000..ab8f25d --- /dev/null +++ b/bin/config-include/Grid.ini | |||
@@ -0,0 +1,60 @@ | |||
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 = "NeighbourServicesOutConnector" | ||
16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | ||
17 | AuthorizationServices = "LocalAuthorizationServicesConnector" | ||
18 | PresenceServices = "RemotePresenceServicesConnector" | ||
19 | UserAccountServices = "RemoteUserAccountServicesConnector" | ||
20 | AgentPreferencesServices= "RemoteAgentPreferencesServicesConnector" | ||
21 | GridUserServices = "RemoteGridUserServicesConnector" | ||
22 | SimulationServices = "RemoteSimulationConnectorModule" | ||
23 | EntityTransferModule = "BasicEntityTransferModule" | ||
24 | InventoryAccessModule = "BasicInventoryAccessModule" | ||
25 | LandServices = "RemoteLandServicesConnector" | ||
26 | MapImageService = "MapImageServiceModule" | ||
27 | SearchModule = "BasicSearchModule" | ||
28 | MuteListService = "RemoteMuteListServicesConnector" | ||
29 | |||
30 | LandServiceInConnector = true | ||
31 | NeighbourServiceInConnector = true | ||
32 | SimulationServiceInConnector = true | ||
33 | LibraryModule = true | ||
34 | |||
35 | [SimulationDataStore] | ||
36 | LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService" | ||
37 | |||
38 | [EstateDataStore] | ||
39 | LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService" | ||
40 | |||
41 | [GridService] | ||
42 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
43 | ; for the LocalGridServicesConnector which is used by the Remote one | ||
44 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
45 | NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector" | ||
46 | |||
47 | ; Because LocalGridServicesConnector starts this service, in grid mode we need to suppress | ||
48 | ; the inappropriate console commands that it registers. | ||
49 | SuppressConsoleCommands = true | ||
50 | |||
51 | [LibraryService] | ||
52 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
53 | LibraryName = "OpenSim Library" | ||
54 | DefaultLibrary = "./inventory/Libraries.xml" | ||
55 | |||
56 | [Friends] | ||
57 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | ||
58 | |||
59 | [MapImageService] | ||
60 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" | ||