diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-18 02:32:08 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-18 02:32:08 -0600 |
| commit | 66fabb4ac707b5b4289db0094756f1a1af7269cc (patch) | |
| tree | a66d8ee8f8282a72a5ada4fc5d903486caac6a85 /docs/tutorials/wiki2/src/tests/development.ini | |
| parent | 50e08a743d097616ef7f76c9689833eab215cb94 (diff) | |
| download | pyramid-66fabb4ac707b5b4289db0094756f1a1af7269cc.tar.gz pyramid-66fabb4ac707b5b4289db0094756f1a1af7269cc.tar.bz2 pyramid-66fabb4ac707b5b4289db0094756f1a1af7269cc.zip | |
update tests chapter
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/development.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/tests/development.ini b/docs/tutorials/wiki2/src/tests/development.ini index 99c4ff0fe..f3079727e 100644 --- a/docs/tutorials/wiki2/src/tests/development.ini +++ b/docs/tutorials/wiki2/src/tests/development.ini @@ -17,6 +17,8 @@ pyramid.includes = sqlalchemy.url = sqlite:///%(here)s/tutorial.sqlite +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 |
