diff options
author | Melanie | 2009-08-06 02:33:44 +0100 |
---|---|---|
committer | Melanie | 2009-08-06 02:33:44 +0100 |
commit | 00aceec7993a6bef27de21d941a104a4d5d6da25 (patch) | |
tree | aa3941f5f9c2abea5f351d1ce92bf7849bfc98eb /bin/OpenSim.ini.example | |
parent | Allow arbitrary wildcards in config includes. Things like (diff) | |
download | opensim-SC_OLD-00aceec7993a6bef27de21d941a104a4d5d6da25.zip opensim-SC_OLD-00aceec7993a6bef27de21d941a104a4d5d6da25.tar.gz opensim-SC_OLD-00aceec7993a6bef27de21d941a104a4d5d6da25.tar.bz2 opensim-SC_OLD-00aceec7993a6bef27de21d941a104a4d5d6da25.tar.xz |
Add the config-include statement to OpenSim.ini.example.
addon-modules/*/config/*.ini is now included in the configuration
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 6ae6a95..bd03652 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1362,3 +1362,11 @@ | |||
1362 | ; config-include/GridCommon.ini.example (if you're connected to a grid) | 1362 | ; config-include/GridCommon.ini.example (if you're connected to a grid) |
1363 | ; Copy to your own .ini there (without .example extension) and edit it | 1363 | ; Copy to your own .ini there (without .example extension) and edit it |
1364 | ; to customize your data | 1364 | ; to customize your data |
1365 | |||
1366 | |||
1367 | |||
1368 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
1369 | ;; The below pulls in optional module config files | ||
1370 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
1371 | [Modules] | ||
1372 | Include-modules = "addon-modules/*/config/*.ini" | ||