diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults (renamed from bin/config.preview.donotuseyet/region/scripting/regionready.ini.example) | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example b/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults index e64139e..12dd042 100644 --- a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults | |||
@@ -1,10 +1,16 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Scripting settings |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | 2 | |
3 | ; | 3 | [LL-Functions] |
4 | ; chat.ini.example => chat.ini | 4 | ; Set the following to true to allow administrator owned scripts to execute console commands |
5 | ; | 5 | ; currently unused |
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | 6 | ; AllowosConsoleCommand=false |
7 | ; | 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 | |||
8 | 14 | ||
9 | [RegionReady] | 15 | [RegionReady] |
10 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 16 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |
@@ -18,3 +24,15 @@ | |||
18 | ; - the third field is a number indicating how many scripts failed to compile | 24 | ; - the third field is a number indicating how many scripts failed to compile |
19 | ; - "oar error" if supplied, provides the error message from the OAR load | 25 | ; - "oar error" if supplied, provides the error message from the OAR load |
20 | channel_notify = -800 | 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 | ||