summaryrefslogtreecommitdiffstats
path: root/tools/sheriffing/app.yaml
blob: 4c7c9657c492bb526331b7fdf0b2d05ca6e5588a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
application: chromium-sheriffing
version: 1
runtime: python27
api_version: 1
threadsafe: true

# Silly way of using appspot for static hosting. (It has a "free" tier vs.
# Cloud Storage which requires billing info for the << $1 it will cost to
# host this.)
handlers:
- url: /
  static_files: index.html
  upload: index.html

- url: /(.*)
  static_files: \1
  upload: (.*)