tornado/website/app.yaml

26 lines
432 B
YAML
Raw Normal View History

2009-09-10 07:50:51 +00:00
application: python-tornado
version: 1
runtime: python
api_version: 1
handlers:
- url: /static/tornado-0.1.tar.gz
script: website.py
- url: /static/tornado-0.2.tar.gz
script: website.py
2009-09-10 07:50:51 +00:00
- url: /static/
static_dir: static
- url: /robots\.txt
static_files: static/robots.txt
upload: static/robots.txt
2011-03-31 04:04:42 +00:00
- url: /favicon\.ico
static_files: static/favicon.ico
upload: static/favicon.ico
2009-09-10 07:50:51 +00:00
- url: /.*
script: website.py