1###
2# app configuration
3# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
4###
5
6[app:main]
7use = egg:pserve_test_app
8
9[server:main]
10use = egg:waitress#main
11listen = localhost:8000
12