diff options
author | BlueWall | 2012-06-16 06:25:12 -0400 |
---|---|---|
committer | BlueWall | 2012-06-16 06:29:15 -0400 |
commit | 2ed768cbf5734f6b0c8825beecc4347bf9537f6f (patch) | |
tree | 0d93e89ea1d513ca181b28f4eca6123cad3c7682 /bin/Robust.HG.ini.example | |
parent | Add region name to UseCircuitCode log messages (diff) | |
download | opensim-SC_OLD-2ed768cbf5734f6b0c8825beecc4347bf9537f6f.zip opensim-SC_OLD-2ed768cbf5734f6b0c8825beecc4347bf9537f6f.tar.gz opensim-SC_OLD-2ed768cbf5734f6b0c8825beecc4347bf9537f6f.tar.bz2 opensim-SC_OLD-2ed768cbf5734f6b0c8825beecc4347bf9537f6f.tar.xz |
Adjust Robust*.ini.examples V3 webprofile entries
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 9887ab5..63a13d7 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -237,12 +237,16 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
237 | 237 | ||
238 | WelcomeMessage = "Welcome, Avatar!" | 238 | WelcomeMessage = "Welcome, Avatar!" |
239 | AllowRemoteSetLoginLevel = "false" | 239 | AllowRemoteSetLoginLevel = "false" |
240 | |||
241 | ; For V2 map | ||
242 | MapTileURL = "http://127.0.0.1:8002"; | ||
243 | 240 | ||
244 | ; For WebProfiles (V3) | 241 | ; For V2/3 Web Profiles |
245 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | 242 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are |
243 | ; being used in a development viewer as support for webprofiles | ||
244 | ; is being developed across the componets | ||
245 | ; | ||
246 | ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
247 | ; | ||
248 | ; For V2/V3 webapp authentication SSO | ||
249 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" | ||
246 | 250 | ||
247 | ; If you run this login server behind a proxy, set this to true | 251 | ; If you run this login server behind a proxy, set this to true |
248 | ; HasProxy = false | 252 | ; HasProxy = false |