Fix 'buildout.cfg' modification code
[zope-bootstrap.git] / skel-zope3 / debug.ini
1 [filter-app:main]
2 # Change the last part from 'ajax' to 'pdb' for a post-mortem debugger
3 # on the console:
4 use = egg:z3c.evalexception#ajax
5 next = zope
6
7 [app:zope]
8 use = egg:appmain
9
10 [server:main]
11 use = egg:Paste#http
12 host = 127.0.0.1
13 port = 8080