tools/gn: fix rebase_path example
[chromium-blink-merge.git] / tools / sheriffing / app.yaml
blob4c7c9657c492bb526331b7fdf0b2d05ca6e5588a
1 application: chromium-sheriffing
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: true
7 # Silly way of using appspot for static hosting. (It has a "free" tier vs.
8 # Cloud Storage which requires billing info for the << $1 it will cost to
9 # host this.)
10 handlers:
11 - url: /
12   static_files: index.html
13   upload: index.html
15 - url: /(.*)
16   static_files: \1
17   upload: (.*)