diff options
author | Melanie | 2010-01-10 03:17:40 +0000 |
---|---|---|
committer | Melanie | 2010-01-10 03:17:40 +0000 |
commit | b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9 (patch) | |
tree | f4bf5a5671077f9ecec4742b359950d3858f029f /bin/OpenSim.ini.example | |
parent | Remove "login disable", "login enable" and "login status" commands. (diff) | |
download | opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.zip opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.tar.gz opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.tar.bz2 opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.tar.xz |
Add "StartDisabled" to [Startup] to make all regions start up with
logins disabled until enabled from the console. Add the AccessModule (WIP)
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 15623de..af6345a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -268,6 +268,9 @@ | |||
268 | ; Enable JSON simulator data by setting a URI name (case sensitive) | 268 | ; Enable JSON simulator data by setting a URI name (case sensitive) |
269 | ; Stats_URI = "jsonSimStats" | 269 | ; Stats_URI = "jsonSimStats" |
270 | 270 | ||
271 | ; Make OpenSim start all regions woth logins disabled. They will need | ||
272 | ; to be enabled from the console if this is set | ||
273 | ; StartDisabled = false | ||
271 | 274 | ||
272 | [SMTP] | 275 | [SMTP] |
273 | enabled=false | 276 | enabled=false |