diff options
author | Diva Canto | 2009-09-26 10:08:59 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-26 10:08:59 -0700 |
commit | ae222140ca6984750f53716088b6df165d8a35e5 (patch) | |
tree | 6941c40f1680ae9b7d0fc7fba90588b9e33e86ea /bin/config-include/Grid.ini | |
parent | Fixed MapBlocks bug, wrong order of arguments. First version that seems compl... (diff) | |
download | opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.zip opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.gz opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.bz2 opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.xz |
Finished spec-ing the .inis for the new grid service modules.
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 10f7dbd..261c1b8 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -12,5 +12,12 @@ | |||
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | AuthorizationServices = "RemoteAuthorizationServicesConnector" | 13 | AuthorizationServices = "RemoteAuthorizationServicesConnector" |
14 | NeighbourServices = "RemoteNeighbourServicesConnector" | 14 | NeighbourServices = "RemoteNeighbourServicesConnector" |
15 | GridServices = "RemoteGridServicesConnector" | ||
15 | NeighbourServiceInConnector = true | 16 | NeighbourServiceInConnector = true |
16 | LandServiceInConnector = true | 17 | LandServiceInConnector = true |
18 | |||
19 | [GridService] | ||
20 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
21 | ; for the LocalGridServicesConnector which is used by the Remote one | ||
22 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
23 | \ No newline at end of file | ||