Skip to content

Instantly share code, notes, and snippets.

@socketbox
Created July 1, 2012 19:31
Show Gist options
  • Save socketbox/3029330 to your computer and use it in GitHub Desktop.
Save socketbox/3029330 to your computer and use it in GitHub Desktop.
cherryd config
[global]
server.socket_host: "127.0.0.1"
server.socket_port: 8080
log.error_file = '/Users/chb/code/lpn-dot-com/test/log/cherrypy.error.log'
log.access_file = '/Users/chb/code/lpn-dot-com/test/log/cherrypy.access.log'
[/]
tools.staticdir.debug: True
tools.staticdir.root: '/Users/chb/code/lpn-dot-com'
[/index.html]
tools.staticfile.on: True
tools.staticfile.filename: '/Users/chb/code/lpn-dot-com/index.html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment