mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user