pacifica/pacifica-dispatcher

View on GitHub
travis/archivei/server.conf

Summary

Maintainability
Test Coverage
[global]
log.screen: True
log.access_file: 'access.log'
log.error_file: 'error.log'
server.socket_host: '0.0.0.0'
server.socket_port: 8080
server.max_request_body_size: 0
server.socket_timeout: 60
response.timeout: 3600

[/]
request.dispatch: cherrypy.dispatch.MethodDispatcher()
tools.response_headers.on: True
tools.response_headers.headers: [('Content-Type', 'application/json')]