diff options
author | Justin Clark-Casey (justincc) | 2012-06-19 01:55:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-19 01:55:31 +0100 |
commit | bc06f3dcaf71de9179870825a20b156019321f50 (patch) | |
tree | 57edc63f682feaf0a58b5c25366dd4f4fdc34fdd /bin/Robust.ini.example | |
parent | minor: Add a little more detail to IOException logging in XEngine.SetXMLState() (diff) | |
parent | Oops! putting back the entry for map urls (diff) | |
download | opensim-SC_OLD-bc06f3dcaf71de9179870825a20b156019321f50.zip opensim-SC_OLD-bc06f3dcaf71de9179870825a20b156019321f50.tar.gz opensim-SC_OLD-bc06f3dcaf71de9179870825a20b156019321f50.tar.bz2 opensim-SC_OLD-bc06f3dcaf71de9179870825a20b156019321f50.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index f70d13b..5a9d613 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -225,10 +225,14 @@ 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 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are |
229 | 229 | ; being used in a development viewer as support for webprofiles | |
230 | ; is being developed across the componets | ||
231 | ; | ||
232 | ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
233 | ; | ||
230 | ; For V2/V3 webapp authentication SSO | 234 | ; For V2/V3 webapp authentication SSO |
231 | OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" | 235 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" |
232 | 236 | ||
233 | ; If you run this login server behind a proxy, set this to true | 237 | ; If you run this login server behind a proxy, set this to true |
234 | ; HasProxy = false | 238 | ; HasProxy = false |