summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication/testing.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-02-04 16:14:01 -0700
committerMichael Merickel <michael@merickel.org>2024-02-04 16:14:01 -0700
commit286a7a3ee8705b28fb82252daa37896d63ae6741 (patch)
tree377c4dcd4095446eeb75c365e37cb2c08493b0ab /docs/tutorials/wiki2/src/authentication/testing.ini
parentd3c8d93cfb1282f328ecd133df6565a2df92779f (diff)
downloadpyramid-286a7a3ee8705b28fb82252daa37896d63ae6741.tar.gz
pyramid-286a7a3ee8705b28fb82252daa37896d63ae6741.tar.bz2
pyramid-286a7a3ee8705b28fb82252daa37896d63ae6741.zip
update authentication chapter
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/testing.ini')
-rw-r--r--docs/tutorials/wiki2/src/authentication/testing.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/testing.ini b/docs/tutorials/wiki2/src/authentication/testing.ini
index d3c601f16..095666d67 100644
--- a/docs/tutorials/wiki2/src/authentication/testing.ini
+++ b/docs/tutorials/wiki2/src/authentication/testing.ini
@@ -21,16 +21,16 @@ auth.secret = test-seekrit
[pshell]
setup = tutorial.pshell.setup
-###
-# wsgi server configuration
-###
-
[alembic]
# path to migration scripts
script_location = tutorial/alembic
file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
# file_template = %%(rev)s_%%(slug)s
+###
+# wsgi server configuration
+###
+
[server:main]
use = egg:waitress#main
listen = localhost:6543