diff options
author | Melanie | 2010-07-02 04:03:35 +0100 |
---|---|---|
committer | Diva Canto | 2010-07-02 09:43:59 -0700 |
commit | 0abedae3e4be85698ce9f2568477ae4fb00a488d (patch) | |
tree | f00c79137e139dfdff24db61ee3af5085df5e6e6 /bin/Robust.ini.example | |
parent | Fix a dumb little sign error that makes a LSL wiki example fail (diff) | |
download | opensim-SC-0abedae3e4be85698ce9f2568477ae4fb00a488d.zip opensim-SC-0abedae3e4be85698ce9f2568477ae4fb00a488d.tar.gz opensim-SC-0abedae3e4be85698ce9f2568477ae4fb00a488d.tar.bz2 opensim-SC-0abedae3e4be85698ce9f2568477ae4fb00a488d.tar.xz |
Add MapTileURL to robust to supply the url needed by snowglobe
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index b02d47f..036def4 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -134,6 +134,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
134 | WelcomeMessage = "Welcome, Avatar!" | 134 | WelcomeMessage = "Welcome, Avatar!" |
135 | AllowRemoteSetLoginLevel = "false" | 135 | AllowRemoteSetLoginLevel = "false" |
136 | 136 | ||
137 | ; For snowglobe's web map | ||
138 | ; MapTileURL = ""; | ||
139 | |||
137 | 140 | ||
138 | [GridInfoService] | 141 | [GridInfoService] |
139 | ; These settings are used to return information on a get_grid_info call. | 142 | ; These settings are used to return information on a get_grid_info call. |