home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1479 < prev    next >
Encoding:
INI File  |  2009-08-27  |  225 b   |  9 lines

  1. [global]
  2. # Uncomment this when you're done developing
  3. #environment: "production"
  4.  
  5. server.socket_host: "0.0.0.0"
  6. server.socket_port: 8088
  7.  
  8. tree.myapp: cherrypy.Application(scaffold.root, "/", "cherrypy/scaffold/example.conf")
  9.