Fix 'buildout.cfg' modification code
[zope-bootstrap.git] / skel-zope3 / deploy.ini
1 [app:main]
2 use = egg:appmain
3
4 [server:main]
5 use = egg:Paste#http
6 host = 127.0.0.1
7 port = 8080