aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorRobert Adams2013-05-30 19:20:36 -0700
committerRobert Adams2013-05-30 19:20:36 -0700
commit924a5df25fa692793fdf071d8d4ec7788412ada9 (patch)
tree335ab0e330d38bce10012ec6b67ae79828ab4870 /bin/OpenSimDefaults.ini
parentTrigger OnScenePresenceUpdated when the avatar's animations change. (diff)
parentMerge branch 'work' contains UserProfiles with Robust service and updates reg... (diff)
downloadopensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.zip
opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.tar.gz
opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.tar.bz2
opensim-SC_OLD-924a5df25fa692793fdf071d8d4ec7788412ada9.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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 6cdf146..4a89fe2 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