aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authoronefang2020-09-08 21:17:45 +1000
committeronefang2020-09-08 21:17:45 +1000
commitdcfd54b7608093d509cd045a152a4cde7317f66f (patch)
tree593eb822c05a6d209707593732e7e0fac4984663 /bin/OpenSim.ini.example
parentVarious database fixups. (diff)
downloadopensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.zip
opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.tar.gz
opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.tar.bz2
opensim-SC-dcfd54b7608093d509cd045a152a4cde7317f66f.tar.xz
Move various paths out of the bin directory.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 04a4f7d..6129640 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -988,7 +988,7 @@
988 ;; co-op will be more stable but this option is currently experimental. 988 ;; co-op will be more stable but this option is currently experimental.
989 ;; If moving from co-op to abort, existing script DLLs will need to be recompiled. 989 ;; If moving from co-op to abort, existing script DLLs will need to be recompiled.
990 ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run 990 ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run
991 ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ 991 ;; or by deleting the script DLL* files in ../../caches/ScriptEngines/<region-id>/
992 ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile 992 ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
993 ;; Current valid values are "abort" and "co-op" 993 ;; Current valid values are "abort" and "co-op"
994 ; ScriptStopStrategy = co-op 994 ; ScriptStopStrategy = co-op
@@ -1049,7 +1049,7 @@
1049 1049
1050 ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines 1050 ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines
1051 ;; Path to script engine assemblies 1051 ;; Path to script engine assemblies
1052 ;; Default is ./bin/ScriptEngines 1052 ;; Default is ../../caches/ScriptEngines
1053 ; ScriptEnginesPath = "ScriptEngines" 1053 ; ScriptEnginesPath = "ScriptEngines"
1054 1054
1055[OSSL] 1055[OSSL]