diff options
author | Justin Clarke Casey | 2009-04-09 19:49:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-09 19:49:33 +0000 |
commit | 1066aa6998de7beb9b0950ca2751a2418c435afb (patch) | |
tree | 5f0f6bc60a45a13b92b2ebc4f4ba7857b2913d90 /bin/OpenSim.ini.example | |
parent | * Terminate OpenSim startup if we cannot listen to the designated HTTP port (diff) | |
download | opensim-SC_OLD-1066aa6998de7beb9b0950ca2751a2418c435afb.zip opensim-SC_OLD-1066aa6998de7beb9b0950ca2751a2418c435afb.tar.gz opensim-SC_OLD-1066aa6998de7beb9b0950ca2751a2418c435afb.tar.bz2 opensim-SC_OLD-1066aa6998de7beb9b0950ca2751a2418c435afb.tar.xz |
* Remove Autooar module pending it's migration to the forge
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 813b1f1..51dd7ff 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -238,8 +238,8 @@ | |||
238 | 238 | ||
239 | ; enableprejump = true | 239 | ; enableprejump = true |
240 | 240 | ||
241 | [SMTP] | ||
242 | 241 | ||
242 | [SMTP] | ||
243 | enabled=false | 243 | enabled=false |
244 | 244 | ||
245 | ;enabled=true | 245 | ;enabled=true |
@@ -250,22 +250,11 @@ | |||
250 | ;SMTP_SERVER_LOGIN=foo | 250 | ;SMTP_SERVER_LOGIN=foo |
251 | ;SMTP_SERVER_PASSWORD=bar | 251 | ;SMTP_SERVER_PASSWORD=bar |
252 | 252 | ||
253 | [Communications] | ||
254 | 253 | ||
254 | [Communications] | ||
255 | ;InterregionComms = "LocalComms" | 255 | ;InterregionComms = "LocalComms" |
256 | InterregionComms = "RESTComms" | 256 | InterregionComms = "RESTComms" |
257 | 257 | ||
258 | [AutoOAR] | ||
259 | |||
260 | ;Enable the AutoOAR module. | ||
261 | ;OAR's are automatically exported to Regionname_x_y.oar.tar.gz | ||
262 | |||
263 | enabled = false | ||
264 | |||
265 | ;Interval, in minutes, between exports | ||
266 | |||
267 | interval = 20 | ||
268 | |||
269 | 258 | ||
270 | [StandAlone] | 259 | [StandAlone] |
271 | accounts_authenticate = true | 260 | accounts_authenticate = true |
@@ -369,6 +358,7 @@ | |||
369 | ; " (Mozilla Compatible)" to the text where there are problems with a web server | 358 | ; " (Mozilla Compatible)" to the text where there are problems with a web server |
370 | ;user_agent = "OpenSim LSL (Mozilla Compatible)" | 359 | ;user_agent = "OpenSim LSL (Mozilla Compatible)" |
371 | 360 | ||
361 | |||
372 | [ClientStack.LindenUDP] | 362 | [ClientStack.LindenUDP] |
373 | ; This is the multiplier applied to all client throttles for outgoing UDP network data | 363 | ; This is the multiplier applied to all client throttles for outgoing UDP network data |
374 | ; If it is set to 1, then we obey the throttle settings as given to us by the client. If it is set to 3, for example, then we | 364 | ; If it is set to 1, then we obey the throttle settings as given to us by the client. If it is set to 3, for example, then we |