From e40eb200171e5917c4a8b7419127ae3e7b2af0ab Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 16:54:43 +0000 Subject: - Remove explanation of changing the request type in a new request event subscriber, as other predicates are now usually an easier way to get this done. --- docs/narr/environment.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/narr/environment.rst') diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index 7163eff71..5f3dc345c 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -1,7 +1,7 @@ .. _environment_chapter: -Environment and Configuration -============================= +Environment Variables and ``.ini`` File Settings +================================================ :mod:`repoze.bfg` behavior can be configured through a combination of operating system environment variables and ``.ini`` configuration file @@ -47,16 +47,16 @@ application-specific configuration settings. | ``BFG_RELOAD_ALL`` | ``reload_all`` | Turns all reload_* settings on. | +---------------------------------+-----------------------------+----------------------------------------+ | ``BFG_CONFIGURE_ZCML`` | ``configure_zcml`` | Use the specified filename to load | -| | | the :term:`application registry` | +| | | the default app :term:`ZCML` file | | | | instead of the filename implied by | | | | ``filename`` value passed to | -| | | ``repoze.bfg.router.make_app``. If | +| | | ``repoze.bfg.router.make_app``. If | | | | this is a relative filename, it will | | | | be considered relative to the | | | | ``package`` passed to ``make_app`` | | | | by the application. It may also | -| | | take the form of a resource | -| | | "specification" which names both the | +| | | take the form of a :term:`resource | +| | | specification` which names both the | | | | package name and a package-relative | | | | filename, e.g. | | | | ``dotted.package.name:path/to.zcml``. | -- cgit v1.2.3