Changeset 11949 for main/waeup.kofa/branches/henrik-regista/etc
- Timestamp:
- 13 Nov 2014, 14:40:27 (10 years ago)
- Location:
- main/waeup.kofa/branches/henrik-regista/etc
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/etc/profile.ini.in
r9217 r11949 78 78 79 79 [app:app] 80 use = egg:${ kofa_params:devel_pkg}80 use = egg:${ikoba_params:devel_pkg} 81 81 82 82 [pipeline:main] … … 85 85 [server:main] 86 86 use = egg:Paste#http 87 host = ${ kofa_params:host}88 port = ${ kofa_params:base_port}87 host = ${ikoba_params:host} 88 port = ${ikoba_params:base_port} 89 89 90 90 [DEFAULT] -
main/waeup.kofa/branches/henrik-regista/etc/raw/debug.ini.in
r11254 r11949 80 80 81 81 [app:zope] 82 use = egg:${ kofa_params:devel_pkg}#debug82 use = egg:${ikoba_params:devel_pkg}#debug 83 83 filter-with = translogger 84 84 exempt-exceptions = zope.security.interfaces.IUnauthorized … … 86 86 [server:main] 87 87 use = egg:Paste#http 88 host = ${ kofa_params:host}89 port = ${ kofa_params:base_port}88 host = ${ikoba_params:host} 89 port = ${ikoba_params:base_port} 90 90 91 91 [DEFAULT] -
main/waeup.kofa/branches/henrik-regista/etc/raw/deploy.ini.in
r11254 r11949 38 38 [handler_null] 39 39 # you can use 'NullHandler' (w/o the path) if under Python 2.7+ 40 class = waeup. kofa.utils.helpers.NullHandler40 class = waeup.ikoba.utils.helpers.NullHandler 41 41 args = () 42 42 level = NOTSET … … 81 81 82 82 [app:main] 83 use = egg:${ kofa_params:devel_pkg}83 use = egg:${ikoba_params:devel_pkg} 84 84 filter-with = translogger 85 85 86 86 [server:main] 87 87 use = egg:Paste#http 88 host = ${ kofa_params:host}89 port = ${ kofa_params:base_port}88 host = ${ikoba_params:host} 89 port = ${ikoba_params:base_port} 90 90 91 91 [DEFAULT] -
main/waeup.kofa/branches/henrik-regista/etc/site.zcml.in
r10007 r11949 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 xmlns: kofa="http://namespaces.waeup.org/kofa"3 i18n_domain="${ kofa_params:devel_pkg}">2 xmlns:ikoba="http://namespaces.waeup.org/ikoba" 3 i18n_domain="${ikoba_params:devel_pkg}"> 4 4 5 <include package="${ kofa_params:devel_pkg}" />6 <include package="${ kofa_params:devel_pkg}" file="mail.zcml" />5 <include package="${ikoba_params:devel_pkg}" /> 6 <include package="${ikoba_params:devel_pkg}" file="mail.zcml" /> 7 7 <!-- install job container 8 8 … … 11 11 or 'multidb' for setup with a dedicated ZODB for job handling. 12 12 --> 13 <!-- include package="waeup. kofa" file="async_single.zcml" / -->14 <include package="waeup. kofa" file="async_multidb.zcml" />13 <!-- include package="waeup.ikoba" file="async_single.zcml" / --> 14 <include package="waeup.ikoba" file="async_multidb.zcml" /> 15 15 16 16 <!-- install dispatcher and other needed async components … … 25 25 26 26 <!-- Where should the datacenter reside by default? --> 27 < kofa:datacenter27 <ikoba:datacenter 28 28 path="${buildout:directory}/var/datacenter" /> 29 29 30 <configure i18n_domain="${ kofa_params:devel_pkg}">30 <configure i18n_domain="${ikoba_params:devel_pkg}"> 31 31 32 32 -
main/waeup.kofa/branches/henrik-regista/etc/themed/debug.ini.in
r11254 r11949 79 79 80 80 [app:zope] 81 use = egg:${ kofa_params:devel_pkg}#debug81 use = egg:${ikoba_params:devel_pkg}#debug 82 82 exempt-exceptions = zope.security.interfaces.IUnauthorized 83 83 … … 107 107 [server:main] 108 108 use = egg:Paste#http 109 host = ${ kofa_params:host}110 port = ${ kofa_params:base_port}109 host = ${ikoba_params:host} 110 port = ${ikoba_params:base_port} 111 111 112 112 [DEFAULT] -
main/waeup.kofa/branches/henrik-regista/etc/themed/deploy.ini.in
r11254 r11949 38 38 [handler_null] 39 39 # you can use 'NullHandler' (w/o the path) if under Python 2.7+ 40 class = waeup. kofa.utils.helpers.NullHandler40 class = waeup.ikoba.utils.helpers.NullHandler 41 41 args = () 42 42 level = NOTSET … … 81 81 82 82 [app:content] 83 use = egg:${ kofa_params:devel_pkg}83 use = egg:${ikoba_params:devel_pkg} 84 84 filter-with = translogger 85 85 … … 95 95 [server:main] 96 96 use = egg:Paste#http 97 host = ${ kofa_params:host}98 port = ${ kofa_params:base_port}97 host = ${ikoba_params:host} 98 port = ${ikoba_params:base_port} 99 99 100 100 [filter:theme] -
main/waeup.kofa/branches/henrik-regista/etc/themed/zeo1.ini.in
r11710 r11949 38 38 [handler_null] 39 39 # you can use 'NullHandler' (w/o the path) if under Python 2.7+ 40 class = waeup. kofa.utils.helpers.NullHandler40 class = waeup.ikoba.utils.helpers.NullHandler 41 41 args = () 42 42 level = NOTSET … … 81 81 82 82 [app:zope] 83 use = egg:${ kofa_params:devel_pkg}83 use = egg:${ikoba_params:devel_pkg} 84 84 filter-with = translogger 85 85 … … 107 107 [server:main] 108 108 use = egg:Paste#http 109 host = ${ kofa_params:host}110 port = ${ kofa_params:zeo1_port}111 threadpool_workers = ${ kofa_params:threadpool_workers}109 host = ${ikoba_params:host} 110 port = ${ikoba_params:zeo1_port} 111 threadpool_workers = ${ikoba_params:threadpool_workers} 112 112 use_threadpool = True 113 113 -
main/waeup.kofa/branches/henrik-regista/etc/themed/zeo2.ini.in
r11710 r11949 38 38 [handler_null] 39 39 # you can use 'NullHandler' (w/o the path) if under Python 2.7+ 40 class = waeup. kofa.utils.helpers.NullHandler40 class = waeup.ikoba.utils.helpers.NullHandler 41 41 args = () 42 42 level = NOTSET … … 81 81 82 82 [app:zope] 83 use = egg:${ kofa_params:devel_pkg}83 use = egg:${ikoba_params:devel_pkg} 84 84 filter-with = translogger 85 85 … … 107 107 [server:main] 108 108 use = egg:Paste#http 109 host = ${ kofa_params:host}110 port = ${ kofa_params:zeo2_port}111 threadpool_workers = ${ kofa_params:threadpool_workers}109 host = ${ikoba_params:host} 110 port = ${ikoba_params:zeo2_port} 111 threadpool_workers = ${ikoba_params:threadpool_workers} 112 112 use_threadpool = True 113 113
Note: See TracChangeset for help on using the changeset viewer.