ws_webserver.cfg 541 B

1234567891011121314151617181920212223
  1. [global]
  2. server.socket_host: "0.0.0.0"
  3. server.socket_port: 8091
  4. log.screen: False
  5. log.error_file': '',
  6. log.access_file': ''
  7. logconfig: {'level': logging.INFO, 'filemode': 'w', 'filename':'/tmp/ws_webserver.log'}
  8. [/]
  9. tools.sessions.on : True
  10. tools.staticdir.root : '/home/laxaurus/workspace/finopt/src/'
  11. [/static]
  12. tools.staticdir.on : True
  13. tools.staticdir.tmpl : './html'
  14. #tools.staticdir : './html'
  15. [/public]
  16. tools.staticdir.on: True
  17. tools.staticdir.dir : './html/public'
  18. [/js]
  19. tools.staticdir.on: True
  20. tools.staticdir.dir : './html/js'