Add CherryPy Environment Option
This commit is contained in:
@@ -46,6 +46,7 @@ def initialize(options):
|
||||
options_dict = {
|
||||
'server.socket_port': options['http_port'],
|
||||
'server.socket_host': options['http_host'],
|
||||
'environment': options['http_environment'],
|
||||
'server.thread_pool': 10,
|
||||
'tools.encode.on': True,
|
||||
'tools.encode.encoding': 'utf-8',
|
||||
|
Reference in New Issue
Block a user