aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6b3cb94..8f1441f 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -635,7 +635,9 @@ DefaultCompileLanguage=lsl
635; Specify what compilers are allowed to be used 635; Specify what compilers are allowed to be used
636; Note vb only works on Windows for now (Mono lacks VB compile support) 636; Note vb only works on Windows for now (Mono lacks VB compile support)
637; Valid languages are: lsl, cs, js and vb 637; Valid languages are: lsl, cs, js and vb
638AllowedCompilers=lsl,cs,js,vb 638; AllowedCompilers=lsl,cs,js,vb. *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
639AllowedCompilers=lsl
640
639 641
640; Compile scripts with debugging 642; Compile scripts with debugging
641; Probably a thousand times slower, but gives you a line number when something goes wrong. 643; Probably a thousand times slower, but gives you a line number when something goes wrong.
@@ -766,7 +768,10 @@ WriteScriptSourceToDebugFile = false
766; Default language for scripts 768; Default language for scripts
767DefaultCompileLanguage = lsl 769DefaultCompileLanguage = lsl
768; List of allowed languages (lsl,vb,js,cs) 770; List of allowed languages (lsl,vb,js,cs)
769AllowedCompilers = lsl,vb,js,cs 771; AllowedCompilers=lsl,cs,js,vb.
772; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
773AllowedCompilers=lsl
774
770; Compile debug info (line numbers) into the script assemblies 775; Compile debug info (line numbers) into the script assemblies
771CompileWithDebugInformation = true 776CompileWithDebugInformation = true
772; Allow the use of os* functions (some are dangerous) 777; Allow the use of os* functions (some are dangerous)