summaryrefslogtreecommitdiff
path: root/docs/narr/environment.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-09 16:54:43 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-09 16:54:43 +0000
commite40eb200171e5917c4a8b7419127ae3e7b2af0ab (patch)
treec070dca104606cceadea1924ae2de158d61111fa /docs/narr/environment.rst
parent42da8fe9f779c5bcd7694348a1b47f5ec2bc5e59 (diff)
downloadpyramid-e40eb200171e5917c4a8b7419127ae3e7b2af0ab.tar.gz
pyramid-e40eb200171e5917c4a8b7419127ae3e7b2af0ab.tar.bz2
pyramid-e40eb200171e5917c4a8b7419127ae3e7b2af0ab.zip
- 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.
Diffstat (limited to 'docs/narr/environment.rst')
-rw-r--r--docs/narr/environment.rst12
1 files changed, 6 insertions, 6 deletions
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``. |