Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

bulletsim
Mic Bowman 2011-06-15 11:24:29 -07:00
commit 289c8fe1bc
3 changed files with 9 additions and 0 deletions

View File

@ -242,6 +242,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
; Set this if you want to change the default
; TilesStoragePath = "maptiles"
[GridInfoService]
; These settings are used to return information on a get_grid_info call.

View File

@ -216,6 +216,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
; Set this if you want to change the default
; TilesStoragePath = "maptiles"
[GridInfoService]
; These settings are used to return information on a get_grid_info call.

View File

@ -223,3 +223,7 @@
; password help: optional: page providing password assistance for users of your grid
; currently unused
;password = http://127.0.0.1/password
[MapImageService]
; Set this if you want to change the default
; TilesStoragePath = "maptiles"