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 fine0.7.2-post-fixes
parent
25133cbdf6
commit
011c1279f5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue