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