diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-30 04:30:57 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-30 04:30:57 -0400 |
| commit | d8c76559cf0d8775aa2c46d62b94100528fb8a7f (patch) | |
| tree | 9af038c2dadf42226c11fc1c9531011af64fa99d /docs/tutorials/wiki/src/tests/development.ini | |
| parent | 6aafc53c0ee74c2a568fb4d36f5eaab968126088 (diff) | |
| parent | 875ded31e7fdd0c85d1c91458248581b9dd729d7 (diff) | |
| download | pyramid-d8c76559cf0d8775aa2c46d62b94100528fb8a7f.tar.gz pyramid-d8c76559cf0d8775aa2c46d62b94100528fb8a7f.tar.bz2 pyramid-d8c76559cf0d8775aa2c46d62b94100528fb8a7f.zip | |
Merge branch 'feature.settings-prefix'
Diffstat (limited to 'docs/tutorials/wiki/src/tests/development.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/development.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/tutorials/wiki/src/tests/development.ini b/docs/tutorials/wiki/src/tests/development.ini index 1ba746d0e..07800514e 100644 --- a/docs/tutorials/wiki/src/tests/development.ini +++ b/docs/tutorials/wiki/src/tests/development.ini @@ -1,11 +1,11 @@ [app:tutorial] use = egg:tutorial -reload_templates = true -debug_authorization = false -debug_notfound = false -debug_routematch = false -debug_templates = true -default_locale_name = en +pyramid.reload_templates = true +pyramid.debug_authorization = false +pyramid.debug_notfound = false +pyramid.debug_routematch = false +pyramid.debug_templates = true +pyramid.default_locale_name = en zodb_uri = file://%(here)s/Data.fs?connection_cache_size=20000 [pipeline:main] |
