aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorDiva Canto2011-06-15 11:11:14 -0700
committerDiva Canto2011-06-15 11:11:14 -0700
commitbbe489e64a4c1bfdae591f3b6cf60ee0b1809176 (patch)
tree599086b6771b061f3c4c2fcfca9a29686e1f2943 /bin/Robust.ini.example
parentAdded SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t... (diff)
downloadopensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.zip
opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.tar.gz
opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.tar.bz2
opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.tar.xz
Added missing config var for map image service.
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index e29e9db..14f79aa 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -216,6 +216,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
216 216
217[MapImageService] 217[MapImageService]
218 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 218 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
219 ; Set this if you want to change the default
220 ; TilesStoragePath = "maptiles"
221
219 222
220[GridInfoService] 223[GridInfoService]
221 ; These settings are used to return information on a get_grid_info call. 224 ; These settings are used to return information on a get_grid_info call.