diff options
author | Melanie | 2010-04-02 14:53:52 +0100 |
---|---|---|
committer | Melanie | 2010-04-02 14:53:52 +0100 |
commit | a004d88bf3d7f753d8660009c019e252f6cf627b (patch) | |
tree | 874a0133087b5300fa32528d7943e50252640c09 /bin/OpenSim.ini.example | |
parent | Adding the groups update (Mantis #4646) (diff) | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a004d88bf3d7f753d8660009c019e252f6cf627b.zip opensim-SC_OLD-a004d88bf3d7f753d8660009c019e252f6cf627b.tar.gz opensim-SC_OLD-a004d88bf3d7f753d8660009c019e252f6cf627b.tar.bz2 opensim-SC_OLD-a004d88bf3d7f753d8660009c019e252f6cf627b.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
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 |