File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.212 $
5+ :Version: $Revision: 1.213 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -347,6 +347,26 @@ variables not in the "main" section are referred to using their section and
347347name, so "domain" in the section "mail" becomes MAIL_DOMAIN. The
348348configuration variables available are:
349349
350+ Extending the configuration file
351+ --------------------------------
352+
353+ You can't add new variables to the config.ini file in the tracker home but
354+ you can add two new config.ini files:
355+
356+ - a config.ini in the ``extensions`` directory will be loaded and attached
357+ to the config variable as "ext".
358+ - a config.ini in the ``detectors`` directory will be loaded and attached
359+ to the config variable as "detectors".
360+
361+ For example, the following in ``detectors/config.ini``::
362+
363+ [main]
364+ 365+
366+ is accessible as::
367+
368+ db.config.detectors['QA_RECIPIENTS']
369+
350370
351371Tracker Schema
352372==============
You can’t perform that action at this time.
0 commit comments