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

Uli Fouquet uli at gnufix.de
Wed Feb 4 19:46:31 EST 2009


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

Changed:
  A   grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/zope.conf.in_tmpl

-=-
Copied: grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/zope.conf.in_tmpl (from rev 96114, grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/etc/zope.conf_tmpl)
===================================================================
--- grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/zope.conf.in_tmpl	                        (rev 0)
+++ grokproject/branches/ulif-dynamic_conf_files/grokproject/template_paste/cfg_templates/zope.conf.in_tmpl	2009-02-05 00:46:31 UTC (rev 96115)
@@ -0,0 +1,39 @@
+# Identify the component configuration used to define the site:
+site-definition ${package_directory}/etc/site.zcml
+
+<zodb>
+  # Standard Filestorage
+  <filestorage>
+    path ${package_directory}/parts/data/Data.fs
+  </filestorage>
+
+# Uncomment this if you want to connect to a ZEO server instead:
+#  <zeoclient>
+#    server localhost:8100
+#    storage 1
+#    # ZEO client cache, in bytes
+#    cache-size 20MB
+#    # Uncomment to have a persistent disk cache
+#    #client zeo1
+#  </zeoclient>
+</zodb>
+
+<eventlog>
+  # This sets up logging to both a file and to standard output
+  # (STDOUT).  The "path" setting can be a relative or absolute
+  # filesystem path or the tokens STDOUT or STDERR.
+
+  <logfile>
+    path ${package_directory}/parts/log/z3.log
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+
+  <logfile>
+    path STDOUT
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+</eventlog>
+
+# Comment this line to disable developer mode.  This should be done in
+# production
+devmode on
\ No newline at end of file



More information about the Checkins mailing list