From 00aceec7993a6bef27de21d941a104a4d5d6da25 Mon Sep 17 00:00:00 2001 From: Melanie Date: Thu, 6 Aug 2009 02:33:44 +0100 Subject: Add the config-include statement to OpenSim.ini.example. addon-modules/*/config/*.ini is now included in the configuration --- bin/OpenSim.ini.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6ae6a95..bd03652 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1362,3 +1362,11 @@ ; config-include/GridCommon.ini.example (if you're connected to a grid) ; Copy to your own .ini there (without .example extension) and edit it ; to customize your data + + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; The below pulls in optional module config files + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +[Modules] + Include-modules = "addon-modules/*/config/*.ini" -- cgit v1.1