aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorBlueWall2013-05-13 22:11:28 -0400
committerBlueWall2013-05-30 17:59:18 -0400
commit328883700a15e4216bf7b251ac099d38f413375e (patch)
treefc90ce9fe8f7b1c5caca393144eac5b2824a9f3a /bin/OpenSimDefaults.ini
parentminor: fix warnings in GodsModule that were due to duplicate using statements (diff)
downloadopensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.zip
opensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.tar.gz
opensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.tar.bz2
opensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.tar.xz
UserProfiles
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 81843b1..237f684 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -377,6 +377,19 @@
377 AllowRegionRestartFromClient = true 377 AllowRegionRestartFromClient = true
378 378
379 379
380[UserProfiles]
381 ;# {ProfileURL} {} {Set url to UserProfilesService} {}
382 ;; Set the value of the url to your UserProfilesService
383 ;; If un-set / "" the module is disabled
384 ;; If the ProfileURL is not set, then very BASIC
385 ;; profile support will be configured. If the ProfileURL is set to a
386 ;; valid URL, then full profile support will be configured. The URL
387 ;; points to your grid's Robust user profiles service
388 ;;
389 ; ProfileURL = http://127.0.0.1:9000
390
391
392
380[SMTP] 393[SMTP]
381 enabled = false 394 enabled = false
382 395