WEB/Sammlung/lit-8/server.conf
darthsandmann c9f3117da1 Sammlung
2016-10-16 21:53:15 +02:00

20 lines
454 B
Plaintext

[global]
tools.log_headers.on: True
tools.sessions.on: False
tools.encode.on: True
tools.encode.encoding:"utf-8"
server.socket_port: 8080
server.socket_timeout:60
server.thread_pool: 10
server.environment: "production"
log.screen: True
[/]
tools.staticdir.root: cherrypy.Application.currentDir_s
tools.staticdir.on = True
tools.staticdir.dir = '.'
tools.staticdir.index = 'html/index.html'