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

Side by Side Diff: milo/frontend/app.yaml

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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 | « milo/common/utils.go ('k') | milo/frontend/buildbot_data.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 service: default 3 service: default
4 4
5 instance_class: F4_1G 5 instance_class: F4_1G
6 6
7 handlers: 7 handlers:
8 # For static resources such as css and js files. 8 # For static resources such as css and js files.
9 - url: /static 9 - url: /static
10 secure: always 10 secure: always
(...skipping 23 matching lines...) Expand all
34 secure: always 34 secure: always
35 35
36 builtins: 36 builtins:
37 - remote_api: on 37 - remote_api: on
38 38
39 includes: 39 includes:
40 - static 40 - static
41 41
42 inbound_services: 42 inbound_services:
43 - warmup 43 - warmup
OLDNEW
« no previous file with comments | « milo/common/utils.go ('k') | milo/frontend/buildbot_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698