[Checkins] SVN: grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/debug.ini.in_tmpl Copy base for config template.

Uli Fouquet uli at gnufix.de
Wed Feb 4 19:44:40 EST 2009


Log message for revision 96111:
  Copy base for config template.

Changed:
  A   grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/debug.ini.in_tmpl

-=-
Copied: grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/debug.ini.in_tmpl (from rev 96110, grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/etc/debug.ini_tmpl)
===================================================================
--- grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/debug.ini.in_tmpl	                        (rev 0)
+++ grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/debug.ini.in_tmpl	2009-02-05 00:44:40 UTC (rev 96111)
@@ -0,0 +1,17 @@
+[filter-app:main]
+# Change the last part from 'ajax' to 'pdb' for a post-mortem debugger
+# on the console:
+use = egg:z3c.evalexception#ajax
+next = zope
+
+[app:zope]
+use = egg:${egg}
+
+[server:main]
+use = egg:Paste#http
+host = 127.0.0.1
+port = 8080
+
+[DEFAULT]
+# set the name of the zope.conf file
+zope_conf = %(here)s/zope.conf



More information about the Checkins mailing list