diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-12 16:08:56 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-12 16:08:56 -0600 |
| commit | c77f619f79b32acb1e8866db43625f108daf2a18 (patch) | |
| tree | dba9d47c3dc6b70f749161876f28056f0503ce1a /docs/tutorials/wiki/src/tests/development.ini | |
| parent | 3c484c3333672a7ed60436e14cd731458f7bd5e6 (diff) | |
| download | pyramid-c77f619f79b32acb1e8866db43625f108daf2a18.tar.gz pyramid-c77f619f79b32acb1e8866db43625f108daf2a18.tar.bz2 pyramid-c77f619f79b32acb1e8866db43625f108daf2a18.zip | |
upgrade the test harness
Diffstat (limited to 'docs/tutorials/wiki/src/tests/development.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/development.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/src/tests/development.ini b/docs/tutorials/wiki/src/tests/development.ini index 228f18f36..e8aef6b43 100644 --- a/docs/tutorials/wiki/src/tests/development.ini +++ b/docs/tutorials/wiki/src/tests/development.ini @@ -18,6 +18,8 @@ zodbconn.uri = file://%(here)s/Data.fs?connection_cache_size=20000 retry.attempts = 3 +auth.secret = seekrit + # By default, the toolbar only appears for clients from IP addresses # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 |
