home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_1552 < prev    next >
Encoding:
INI File  |  2010-09-30  |  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.