aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorBlueWall2010-09-25 16:22:18 -0400
committerMelanie2010-09-26 02:30:46 +0100
commit4f25b73b572e458a3e98614fc5694286e5e3fb92 (patch)
tree848a886d6cf75ae09b549ea3400073e60de83c73 /bin/OpenSimDefaults.ini
parentPrevent spoofing the agent name on text IM (diff)
downloadopensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.zip
opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.tar.gz
opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.tar.bz2
opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.tar.xz
Add configurable path to script engine assemblies
Adding ability to place script engine assemblies outside the codebase directories. Uses new [XEngine] option: ScriptEnginesPath = "path_to_assemblies" Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index e78f25b..d20a91d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -999,7 +999,10 @@
999 ; false to allow script controlled underground positioning of 999 ; false to allow script controlled underground positioning of
1000 ; prims 1000 ; prims
1001 ; DisableUndergroundMovement = true 1001 ; DisableUndergroundMovement = true
1002 1002 ;
1003 ; Path to script engine assemblies
1004 ; Default is ./bin/ScriptEngines
1005 ; ScriptEnginesPath = "ScriptEngines"
1003 1006
1004[OpenGridProtocol] 1007[OpenGridProtocol]
1005 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. 1008 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..