aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorBlueWall2011-05-28 16:21:30 -0400
committerBlueWall2011-05-28 16:21:30 -0400
commit3326e417b4e105d8d9850aa983981615df3eebc4 (patch)
tree600279962de2a4c54791b486cb3d93ed22685fd3 /bin
parentMerge branch 'master' of /home/opensim/src/opensim (diff)
parentAdding an event to signal that logins are enabled (diff)
downloadopensim-SC_OLD-3326e417b4e105d8d9850aa983981615df3eebc4.zip
opensim-SC_OLD-3326e417b4e105d8d9850aa983981615df3eebc4.tar.gz
opensim-SC_OLD-3326e417b4e105d8d9850aa983981615df3eebc4.tar.bz2
opensim-SC_OLD-3326e417b4e105d8d9850aa983981615df3eebc4.tar.xz
Merge branch 'master' of /home/opensim/src/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 1d24201..8613d4e 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1174,7 +1174,10 @@
1174 ; - the third field is a number indicating how many scripts failed to compile 1174 ; - the third field is a number indicating how many scripts failed to compile
1175 ; - "oar error" if supplied, provides the error message from the OAR load 1175 ; - "oar error" if supplied, provides the error message from the OAR load
1176 channel_notify = -800 1176 channel_notify = -800
1177 ; - disallow logins while scripts are loading
1177 login_disable = false 1178 login_disable = false
1179 ; - send an alert as json to a service
1180 alert_uri = "http://myappserver.net/my_handler/"
1178 1181
1179 1182
1180[MRM] 1183[MRM]