Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Side by Side Diff: third_party/cherrypy/scaffold/site.conf

Issue 9368042: Add CherryPy to third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 # Uncomment the following lines to run on HTTPS at the same time
9 #server.2.socket_host: "0.0.0.0"
10 #server.2.socket_port: 8433
11 #server.2.ssl_certificate: '../test/test.pem'
12 #server.2.ssl_private_key: '../test/test.pem'
13
14 tree.myapp: cherrypy.Application(scaffold.root, "/", "example.conf")
OLDNEW
« no previous file with comments | « third_party/cherrypy/scaffold/example.conf ('k') | third_party/cherrypy/scaffold/static/made_with_cherrypy_small.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698