tornado/demos/appengine/app.yaml

13 lines
178 B
YAML
Raw Normal View History

2009-09-10 07:50:51 +00:00
application: tornado-appengine
version: 2
runtime: python27
2009-09-10 07:50:51 +00:00
api_version: 1
threadsafe: yes
2009-09-10 07:50:51 +00:00
handlers:
- url: /static/
static_dir: static
- url: /.*
script: blog.application