aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie2011-10-11 22:53:38 +0100
committerMelanie2011-10-11 22:53:38 +0100
commitd8b78ca4982baa20263cce86fe481d3bc302b5fe (patch)
treef8c814fabad26da9dd83185d811c61415a5f8947 /bin/OpenSim.ini.example
parentMerge commit 'def74404f1ea6b2a0f479c602fd67bcfced41426' into bigmerge (diff)
parentClarify explanation of the "DeleteScriptsOnStartup" config switch and add thi... (diff)
downloadopensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.zip
opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.tar.gz
opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.tar.bz2
opensim-SC-d8b78ca4982baa20263cce86fe481d3bc302b5fe.tar.xz
Merge commit '53646070057c9355bba6df9e181253232d97d8e9' into bigmerge
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 925c343..57a2e06 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -218,6 +218,13 @@
218 ;; server to send mail through. 218 ;; server to send mail through.
219 ; emailmodule = DefaultEmailModule 219 ; emailmodule = DefaultEmailModule
220 220
221 ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this
222 ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
223 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
224 ; by scripts have changed.
225 ; Default is false
226 ; DeleteScriptsOnStartup = true
227
221 228
222[SMTP] 229[SMTP]
223 ;; The SMTP server enabled the email module to send email to external 230 ;; The SMTP server enabled the email module to send email to external