diff options
author | Diva Canto | 2011-06-13 09:13:44 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-13 09:13:44 -0700 |
commit | ecb28ae130d1fc212c72af887fc75ae2bf64ab97 (patch) | |
tree | 40ab53e950d7e15b0cbd0e9f90d9eb7a286be139 /bin/config-include/Grid.ini | |
parent | Same processing of the "/" in the MapImageService Cap as the one in the login... (diff) | |
download | opensim-SC_OLD-ecb28ae130d1fc212c72af887fc75ae2bf64ab97.zip opensim-SC_OLD-ecb28ae130d1fc212c72af887fc75ae2bf64ab97.tar.gz opensim-SC_OLD-ecb28ae130d1fc212c72af887fc75ae2bf64ab97.tar.bz2 opensim-SC_OLD-ecb28ae130d1fc212c72af887fc75ae2bf64ab97.tar.xz |
V2 map now working in grids too. WARNING: A few visible configuration variables added in order for this to work. See .ini.example changes
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 5220573..da860c6 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -21,6 +21,7 @@ | |||
21 | EntityTransferModule = "BasicEntityTransferModule" | 21 | EntityTransferModule = "BasicEntityTransferModule" |
22 | InventoryAccessModule = "BasicInventoryAccessModule" | 22 | InventoryAccessModule = "BasicInventoryAccessModule" |
23 | LandServices = "RemoteLandServicesConnector" | 23 | LandServices = "RemoteLandServicesConnector" |
24 | MapImageService = "MapImageServiceModule" | ||
24 | 25 | ||
25 | LandServiceInConnector = true | 26 | LandServiceInConnector = true |
26 | NeighbourServiceInConnector = true | 27 | NeighbourServiceInConnector = true |
@@ -50,3 +51,8 @@ | |||
50 | 51 | ||
51 | [Friends] | 52 | [Friends] |
52 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | 53 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" |
54 | |||
55 | [MapImageService] | ||
56 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" | ||
57 | ; in minutes | ||
58 | RefreshTime = 60 | ||