diff options
author | Justin Clark-Casey (justincc) | 2011-11-19 00:34:56 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-19 00:34:56 +0000 |
commit | 21353de9b729e2f01da52eb9664df4d53de638e3 (patch) | |
tree | fdf74643325e67f82d14a166b51d62ba4377a203 /bin/Robust.HG.ini.example | |
parent | Remove mono compiler warnings. Fix problem with co-ordinate given in deregis... (diff) | |
download | opensim-SC_OLD-21353de9b729e2f01da52eb9664df4d53de638e3.zip opensim-SC_OLD-21353de9b729e2f01da52eb9664df4d53de638e3.tar.gz opensim-SC_OLD-21353de9b729e2f01da52eb9664df4d53de638e3.tar.bz2 opensim-SC_OLD-21353de9b729e2f01da52eb9664df4d53de638e3.tar.xz |
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
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index a23063d..eee7dc8 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -237,7 +237,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
237 | AllowRemoteSetLoginLevel = "false" | 237 | AllowRemoteSetLoginLevel = "false" |
238 | 238 | ||
239 | ; For V2 map | 239 | ; For V2 map |
240 | ; MapTileURL = "http://127.0.0.1:8002"; | 240 | MapTileURL = "http://127.0.0.1:8002"; |
241 | 241 | ||
242 | ; If you run this login server behind a proxy, set this to true | 242 | ; If you run this login server behind a proxy, set this to true |
243 | ; HasProxy = false | 243 | ; HasProxy = false |