diff options
| author | Michael Merickel <michael@merickel.org> | 2024-02-04 13:51:57 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-02-04 14:02:25 -0700 |
| commit | 28afd5d1e79d618ed0522029e926fd9219d31c0d (patch) | |
| tree | 26af9a7cb9f414b9aef15963605f0fa3e8175bca /docs/tutorials/wiki2/src/models/testing.ini | |
| parent | 3a1d24397616a47f75b63b6367a78975dc546526 (diff) | |
| download | pyramid-28afd5d1e79d618ed0522029e926fd9219d31c0d.tar.gz pyramid-28afd5d1e79d618ed0522029e926fd9219d31c0d.tar.bz2 pyramid-28afd5d1e79d618ed0522029e926fd9219d31c0d.zip | |
upgrade definingmodels chapter
Diffstat (limited to 'docs/tutorials/wiki2/src/models/testing.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/models/testing.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/src/models/testing.ini b/docs/tutorials/wiki2/src/models/testing.ini index 5caa1a8dc..503cf3018 100644 --- a/docs/tutorials/wiki2/src/models/testing.ini +++ b/docs/tutorials/wiki2/src/models/testing.ini @@ -19,16 +19,16 @@ retry.attempts = 3 [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 |
