Fix 'buildout.cfg' modification code
[zope-bootstrap.git] / skel-zope3 / deploy.ini
diff --git a/skel-zope3/deploy.ini b/skel-zope3/deploy.ini
new file mode 100644 (file)
index 0000000..a480426
--- /dev/null
@@ -0,0 +1,7 @@
+[app:main]
+use = egg:appmain
+
+[server:main]
+use = egg:Paste#http
+host = 127.0.0.1
+port = 8080