aboutsummaryrefslogtreecommitdiff
path: root/test/appengine/app.yaml
blob: 907c57fbff5222f51bcec6a4014b3d14f1c51477 (plain)
1
2
3
4
5
6
7
8
9
10
11
# dummy app.yaml for nosegae

api_version: 1
runtime: python27
threadsafe: true

handlers:
- url: /
  static_files: README.md
  upload: README.md
  mime_type: text/plain