aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-01 23:59:00 +0100
committerJustin Clark-Casey (justincc)2010-04-01 23:59:00 +0100
commite0eba26f7bd2258ec026a42e278420fa0938cea7 (patch)
tree39ae2410374c07ff62a52af3551888746ed36c3c /bin
parentoops, add file missing from last commit (diff)
parentFirst attempt at fixing mantis #4641. It's better but there are now some issu... (diff)
downloadopensim-SC_OLD-e0eba26f7bd2258ec026a42e278420fa0938cea7.zip
opensim-SC_OLD-e0eba26f7bd2258ec026a42e278420fa0938cea7.tar.gz
opensim-SC_OLD-e0eba26f7bd2258ec026a42e278420fa0938cea7.tar.bz2
opensim-SC_OLD-e0eba26f7bd2258ec026a42e278420fa0938cea7.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 1a67292..2457318 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -768,6 +768,12 @@
768 ; default is 1000 768 ; default is 1000
769 cloud_update_rate = 1000 769 cloud_update_rate = 1000
770 770
771[LightShare]
772
773 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
774 ; It has no ill effect on viewers which do not support server-side windlight settings.
775 ; Currently we only have support for MySQL databases.
776 enable_windlight = false;
771 777
772[Trees] 778[Trees]
773 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 779 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying