- Timestamp:
- 4 Feb 2014, 14:26:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/etc/zeo1.ini.in
r9893 r11050 80 80 logger_name = wsgi 81 81 82 [app: main]82 [app:zope] 83 83 use = egg:${kofa_params:devel_pkg} 84 84 filter-with = translogger 85 86 [app:static] 87 use = egg:Paste#static 88 document_root = %(LAYOUT_DIR)s/static/ 89 90 [pipeline:default] 91 pipeline = theme 92 zope 93 94 [composite:main] 95 use = egg:Paste#urlmap 96 /static = static 97 / = default 98 99 [filter:theme] 100 use = egg:diazo 101 rules = %(LAYOUT_DIR)s/rules.xml 102 prefix = / 103 doctype = <!DOCTYPE html> 104 # set to true, if you want rules.xml being rebuild on each request 105 debug = false 85 106 86 107 [server:main] … … 95 116 zope_conf = %(here)s/zope_zeo1.conf 96 117 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid1.txt 118 LAYOUT_DIR = ${buildout:directory}/layout 119 STATIC_DIR = %(LAYOUT_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.