diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f1f8f8b..f4734cb 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -981,3 +981,11 @@ InterregionComms = "RESTComms" | |||
981 | ; {0} is replaced with the region's name | 981 | ; {0} is replaced with the region's name |
982 | ; {1} is replaced with the region's UUID | 982 | ; {1} is replaced with the region's UUID |
983 | broker = "http://broker.place.com/{1}" | 983 | broker = "http://broker.place.com/{1}" |
984 | |||
985 | [Trees] | ||
986 | |||
987 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
988 | active_trees = false | ||
989 | |||
990 | ; Density of tree population | ||
991 | tree_density = 1000.0 \ No newline at end of file | ||