diff options
author | BlueWall | 2012-03-21 20:31:51 -0400 |
---|---|---|
committer | BlueWall | 2012-03-21 20:33:45 -0400 |
commit | 06c81a2afe4d3c4060863cbb7736776ebf77bfba (patch) | |
tree | dc0064c6e41b39cd5085417d59462087e5b8dce9 /bin | |
parent | Updated the UserAccountsClient a little bit, plus some more sanity checks on ... (diff) | |
download | opensim-SC_OLD-06c81a2afe4d3c4060863cbb7736776ebf77bfba.zip opensim-SC_OLD-06c81a2afe4d3c4060863cbb7736776ebf77bfba.tar.gz opensim-SC_OLD-06c81a2afe4d3c4060863cbb7736776ebf77bfba.tar.bz2 opensim-SC_OLD-06c81a2afe4d3c4060863cbb7736776ebf77bfba.tar.xz |
Fix typo
Add enclosing " to urls
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 326caeb..69e94a5 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -225,10 +225,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
225 | MapTileURL = "http://127.0.0.1:8002"; | 225 | MapTileURL = "http://127.0.0.1:8002"; |
226 | 226 | ||
227 | ; For V2/3 Web Profiles | 227 | ; For V2/3 Web Profiles |
228 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] | 228 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" |
229 | 229 | ||
230 | ; For V2/V3 webapp authentication SSO | 230 | ; For V2/V3 webapp authentication SSO |
231 | OpenIDServerURL = "http://127.0.0.1/openid/openidserver/ | 231 | OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" |
232 | 232 | ||
233 | ; If you run this login server behind a proxy, set this to true | 233 | ; If you run this login server behind a proxy, set this to true |
234 | ; HasProxy = false | 234 | ; HasProxy = false |