repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Blink roll 174933:174969
[chromium-blink-merge.git]
/
tools
/
sheriffing
/
app.yaml
blob
886bd11256adbd22c84936b4333f31f213e86f14
1
application: chromium-sheriffing
\r
2
version: 1
\r
3
runtime: python27
\r
4
api_version: 1
\r
5
threadsafe: true
\r
6
\r
7
# Silly way of using appspot for static hosting. (It has a "free" tier vs.
\r
8
# Cloud Storage which requires billing info for the << $1 it will cost to
\r
9
# host this.)
\r
10
handlers:
\r
11
- url: /
\r
12
static_files: index.html
\r
13
upload: index.html
\r
14
\r
15
- url: /(.*)
\r
16
static_files: \1
\r
17
upload: (.*)
\r