does not tell
1. where is the config file
2. if you can do it without a config file
It can be anywhere, as long as you provide the correct path to
cherrypy.config.update().
> 2. if you can do it without a config file
You can use a dictionnary to hold the config settings.
http://docs.cherrypy.org/cherrypy-tutorial
- Sylvain