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

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

Issue 2953183002: Fix milo deployment (Closed)
Patch Set: License header fix 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/frontend/app.yaml ('k') | milo/frontend/appengine/cron.yaml » ('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 19 matching lines...) Expand all
30 30
31 # Everything goes here. 31 # Everything goes here.
32 - url: /.* 32 - url: /.*
33 script: _go_app 33 script: _go_app
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/include.yaml
41 41
42 inbound_services: 42 inbound_services:
43 - warmup 43 - warmup
OLDNEW
« no previous file with comments | « milo/frontend/app.yaml ('k') | milo/frontend/appengine/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698