[z3-checkins] r48694 - z3/deliverance/DeliveranceVHoster/trunk

ianb at codespeak.net ianb at codespeak.net
Wed Nov 14 23:54:35 CET 2007


Author: ianb
Date: Wed Nov 14 23:54:34 2007
New Revision: 48694

Added:
   z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
Log:
fassembler config template

Added: z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
==============================================================================
--- (empty file)
+++ z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	Wed Nov 14 23:54:34 2007
@@ -0,0 +1,56 @@
+#
+# DeliveranceVHoster - environment configuration
+#
+[DEFAULT]
+## FIXME: should be based on... something else
+email_to = ianb at openplans.org
+smtp_server = localhost
+error_email_from = paste@{{env.fq_hostname}}
+
+[server:main]
+use = egg:Paste#http
+host = {{config.host}}
+port = {{config.port}}
+
+[app:main]
+use = egg:DeliveranceVHoster
+data_dir = {{env.base_path}}/var/deliverance/hosts
+#debug_headers = true
+# To view bodies:
+#debug_bodies = true
+# To disable the rewriting of links:
+#rewrite_links = false
+# Use this to remove certain headers from any request:
+#   (note: this matches the *environmental key*, not the original header)
+clean_environ_headers_regex = ^HTTP_X_OPENPLANS
+
+# WARNING: *THE LINE BELOW MUST BE FALSE ON A PRODUCTION ENVIRONMENT*
+set debug = false
+
+logger = {{env.base_path}}/logs/deliverance/dvhoster.log
+
+init_domain = {{env.base_path}}/src/deliverance/openplans_hooks/openplans_hooks.py
+find_remove_uri = {{env.base_path}}/src/deliverance/openplans_hooks/openplans_hooks.py
+should_theme_uri = {{env.base_path}}/src/deliverance/openplans_hooks/openplans_hooks.py
+
+links_config = {{env.base_path}}/etc/build.ini
+
+## FIXME: this should be parameterized or something:
+no_filter_zope = True
+
+## FIXME: this should also be parameterized:
+domain_regex = ^(.*)\.flow\.openplans\.org$
+
+transcluder_enabled = True
+## FIXME: parameterized again:
+## (maybe transcluder should have a same-host policy)
+# this can be: 
+# all - any host is ok
+# none - no hosts are ok 
+# localhost - only localhsost 
+# <regex> - only hosts matching the regex given
+transcluder_ok_hosts = openplans.org|(.*)\.openplans.org|(.*)\.localhost.openplans\.org|localhost
+transcluder_pool_size = 0
+
+## FIXME: this should be parameterized:
+default_theme_uri = http://www.openplans.org/theme.html


More information about the z3-checkins mailing list