aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-05-09 18:01:49 +0100
committerJustin Clark-Casey (justincc)2013-05-09 18:01:49 +0100
commit2b0b9f3e6c6122a915f1e34ab0a89c8ba03d67f4 (patch)
treeadf73e99e55f45920084bb745483d6bc01373471 /bin/Robust.ini.example
parentminor: Simplify test setup in SceneObjectDeRezTests since permissions module ... (diff)
parentApplication support: (diff)
downloadopensim-SC-2b0b9f3e6c6122a915f1e34ab0a89c8ba03d67f4.zip
opensim-SC-2b0b9f3e6c6122a915f1e34ab0a89c8ba03d67f4.tar.gz
opensim-SC-2b0b9f3e6c6122a915f1e34ab0a89c8ba03d67f4.tar.bz2
opensim-SC-2b0b9f3e6c6122a915f1e34ab0a89c8ba03d67f4.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 2d5aa8c..1d66b7f 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -288,6 +288,12 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
288 ; For V2/V3 webapp authentication SSO 288 ; For V2/V3 webapp authentication SSO
289 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" 289 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
290 290
291 ; For V3 destination guide
292 ; DestinationGuide = "http://127.0.0.1/guide"
293
294 ; For V3 avatar picker (( work in progress ))
295 ; AvatarPicker = "http://127.0.0.1/avatars"
296
291 ; If you run this login server behind a proxy, set this to true 297 ; If you run this login server behind a proxy, set this to true
292 ; HasProxy = false 298 ; HasProxy = false
293 299