Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [global]
  2. tools.log_headers.on: True
  3. tools.sessions.on: False
  4. tools.encode.on: True
  5. tools.encode.encoding:"utf-8"
  6.  
  7. server.socket_port: 8080
  8. server.socket_timeout:60
  9.  
  10. server.thread_pool: 10
  11. server.environment: "production"
  12. log.screen: True
  13.  
  14. [/]
  15. tools.staticdir.root: cherrypy.Application.currentDir_s
  16. tools.staticdir.on = True
  17. tools.staticdir.dir: "./content"
  18. tools.staticdir.index: "index.html"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement