- Timestamp:
- 13 Nov 2014, 14:40:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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]
Note: See TracChangeset for help on using the changeset viewer.