Changeset 11254 for main/waeup.kofa/trunk/etc
- Timestamp:
- 22 Feb 2014, 15:46:03 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 4 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk
- Property svn:mergeinfo changed
-
main/waeup.kofa/trunk/etc/zdaemon.conf.in
r11106 r11254 1 1 <runner> 2 program ${buildout:directory}/bin/paster serve ${buildout:directory}/parts/etc/ deploy.ini2 program ${buildout:directory}/bin/paster serve ${buildout:directory}/parts/etc/themed-deploy.ini 3 3 daemon on 4 4 transcript ${zope_conf:logfiles}/zdaemon.log -
main/waeup.kofa/trunk/etc/zeo1.ini.in
r11157 r11254 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 -
main/waeup.kofa/trunk/etc/zeo2.ini.in
r11157 r11254 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_zeo2.conf 96 117 env_vars = ZC_ASYNC_UUID ${buildout:directory}/var/uuid2.txt 118 LAYOUT_DIR = ${buildout:directory}/layout 119 STATIC_DIR = %(LAYOUT_DIR)s/static
Note: See TracChangeset for help on using the changeset viewer.