summaryrefslogtreecommitdiff
path: root/paste
diff options
context:
space:
mode:
authorrflosi <devnull@localhost>2005-09-19 20:15:04 +0000
committerrflosi <devnull@localhost>2005-09-19 20:15:04 +0000
commitc01ecc5adecc92b46674a20c507e117707a73d0f (patch)
tree6d6654cb4740c82ebcd65985715930d360578de1 /paste
parentbeb2821736118381b7e810d1dd4167c3722f4074 (diff)
downloadpastedeploy-c01ecc5adecc92b46674a20c507e117707a73d0f.tar.gz
Added server section
Diffstat (limited to 'paste')
-rw-r--r--paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl b/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
index 5fef219..4d2b2ad 100644
--- a/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
+++ b/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
@@ -20,3 +20,9 @@ email_errors =
# @@: This should be moved into a SQLObject template:
database = postgres://pgsql@/${package}_test
+
+[server:main]
+use = egg:PasteScript#wsgiutils
+# Change to 0.0.0.0 to make public:
+host = 127.0.0.1
+port = 8080