root/trunk/cherrypy/scaffold/site.conf
| Revision 1930 (checked in by fumanchu, 7 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 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") |
Note: See TracBrowser for help on using the browser.

