Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Side by Side Diff: go/src/infra/appengine/sheriff-o-matic/app.yaml

Issue 2191563003: [som] fix ts_mon housekeeping/routing (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | go/src/infra/appengine/sheriff-o-matic/main.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 runtime: go 1 runtime: go
2 api_version: go1 2 api_version: go1
3 application: sheriff-o-matic-staging 3 application: sheriff-o-matic-staging
4 4
5 handlers: 5 handlers:
6 - url: /bower_components 6 - url: /bower_components
7 static_dir: bower_components 7 static_dir: bower_components
8 secure: always 8 secure: always
9 9
10 - url: /images 10 - url: /images
11 static_dir: images 11 static_dir: images
12 secure: always 12 secure: always
13 13
14 - url: /elements 14 - url: /elements
15 static_dir: elements 15 static_dir: elements
16 secure: always 16 secure: always
17 17
18 - url: /test 18 - url: /test
19 static_dir: test 19 static_dir: test
20 secure: always 20 secure: always
21 21
22 - url: /api/.* 22 - url: /api/.*
23 script: _go_app 23 script: _go_app
24 secure: always 24 secure: always
25 25
26 - url: /internal/.*
27 script: _go_app
28 secure: always
29 login: admin
30
26 - url: /.* 31 - url: /.*
27 script: _go_app 32 script: _go_app
28 secure: always 33 secure: always
OLDNEW
« no previous file with comments | « no previous file | go/src/infra/appengine/sheriff-o-matic/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698