aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults')
-rw-r--r--bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults38
1 files changed, 38 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults b/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults
new file mode 100644
index 0000000..12dd042
--- /dev/null
+++ b/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults
@@ -0,0 +1,38 @@
1; Scripting settings
2
3[LL-Functions]
4 ; Set the following to true to allow administrator owned scripts to execute console commands
5 ; currently unused
6 ; AllowosConsoleCommand=false
7
8 AllowGodFunctions = false
9
10 ; Maximum number of llListen events we allow per script
11 ; Set this to 0 to have no limit imposed.
12 max_listens_per_script = 64
13
14
15[RegionReady]
16 ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled
17 ; default is false
18 enabled = false
19
20 ; Channel on which to signal region readiness through a message
21 ; formatted as follows: "{server_startup|oar_file_load},{0|1},n,[oar error]"
22 ; - the first field indicating whether this is an initial server startup
23 ; - the second field is a number indicating whether the OAR file loaded ok (1 == ok, 0 == error)
24 ; - the third field is a number indicating how many scripts failed to compile
25 ; - "oar error" if supplied, provides the error message from the OAR load
26 channel_notify = -800
27
28
29[SMTP]
30 enabled=false
31
32 ;enabled=true
33 ;internal_object_host=lsl.opensim.local
34 ;host_domain_header_from=127.0.0.1
35 ;SMTP_SERVER_HOSTNAME=127.0.0.1
36 ;SMTP_SERVER_PORT=25
37 ;SMTP_SERVER_LOGIN=foo
38 ;SMTP_SERVER_PASSWORD=bar