aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDev Random2014-03-21 20:43:26 -0400
committerMelanie2014-03-22 01:29:51 +0000
commit3d0778bcd6ca6711850257a7d666fc30919e7e66 (patch)
tree08d2f490e0b6b2e851492cb7ce67eb6063e59902 /bin
parentIf an object has it's temporary flag unset after being set, put it back in th... (diff)
downloadopensim-SC_OLD-3d0778bcd6ca6711850257a7d666fc30919e7e66.zip
opensim-SC_OLD-3d0778bcd6ca6711850257a7d666fc30919e7e66.tar.gz
opensim-SC_OLD-3d0778bcd6ca6711850257a7d666fc30919e7e66.tar.bz2
opensim-SC_OLD-3d0778bcd6ca6711850257a7d666fc30919e7e66.tar.xz
Allow Mono Plugin Registry setting for Regions
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index d8474d3..4f2563c 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -57,6 +57,12 @@
57 ; when running with the SmartThreadPool option above 57 ; when running with the SmartThreadPool option above
58 MaxPoolThreads = 15 58 MaxPoolThreads = 15
59 59
60 ; Plugin Registry Location
61 ; Set path to directory for plugin registry. Information about the
62 ; registered repositories and installed plugins will be stored here.
63 ; The OpenSim.exe process must have R/W access to the location.
64 ; RegistryLocation = "."
65
60 ; ## 66 ; ##
61 ; ## CLIENTS 67 ; ## CLIENTS
62 ; ## 68 ; ##