diff options
Diffstat (limited to 'docs/quick_tutorial/json/development.ini')
| -rw-r--r-- | docs/quick_tutorial/json/development.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/quick_tutorial/json/development.ini b/docs/quick_tutorial/json/development.ini new file mode 100644 index 000000000..4d47e54a5 --- /dev/null +++ b/docs/quick_tutorial/json/development.ini @@ -0,0 +1,10 @@ +[app:main] +use = egg:tutorial +pyramid.reload_templates = true +pyramid.includes = + pyramid_debugtoolbar + +[server:main] +use = egg:pyramid#wsgiref +host = 0.0.0.0 +port = 6543 |
