1application: chromium-sheriffing
2version: 1
3runtime: python27
4api_version: 1
5threadsafe: true
6
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.)
10handlers:
11- url: /
12  static_files: index.html
13  upload: index.html
14
15- url: /(.*)
16  static_files: \1
17  upload: (.*)
18