| 1234567891011121314151617181920212223 |
- [global]
- server.socket_host: "0.0.0.0"
- server.socket_port: 8091
- log.screen: False
- log.error_file': '',
- log.access_file': ''
- logconfig: {'level': logging.INFO, 'filemode': 'w', 'filename':'/tmp/ws_webserver.log'}
- [/]
- tools.sessions.on : True
- tools.staticdir.root : '/home/laxaurus/workspace/finopt/src/'
- [/static]
- tools.staticdir.on : True
- tools.staticdir.tmpl : './html'
- #tools.staticdir : './html'
- [/public]
- tools.staticdir.on: True
- tools.staticdir.dir : './html/public'
- [/js]
- tools.staticdir.on: True
- tools.staticdir.dir : './html/js'
|