Enable v2/v3 map tile url setting on robust as default in config

This is necessary to see map tiles on v2/v3 viewers and appears to work fine
0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-11-19 00:34:56 +00:00
parent 25133cbdf6
commit 011c1279f5
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
AllowRemoteSetLoginLevel = "false"
; For V2 map
; MapTileURL = "http://127.0.0.1:8002";
MapTileURL = "http://127.0.0.1:8002";
; If you run this login server behind a proxy, set this to true
; HasProxy = false

View File

@ -222,7 +222,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
AllowRemoteSetLoginLevel = "false"
; For V2 map
; MapTileURL = "http://127.0.0.1:8002";
MapTileURL = "http://127.0.0.1:8002";
; If you run this login server behind a proxy, set this to true
; HasProxy = false