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

Side by Side Diff: dashboard/app.yaml

Issue 2365203002: Set dashboard instance class to F4_1G. (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Python Application Configuration 1 # Python Application Configuration
2 # https://developers.google.com/appengine/docs/python/config/appconfig 2 # https://developers.google.com/appengine/docs/python/config/appconfig
3 3
4 runtime: python27 4 runtime: python27
5 api_version: 1 5 api_version: 1
6 threadsafe: false 6 threadsafe: false
7 7
8 instance_class: F4_1G
9
8 libraries: 10 libraries:
9 - name: jinja2 11 - name: jinja2
10 version: "2.6" 12 version: "2.6"
11 - name: pycrypto 13 - name: pycrypto
12 version: "2.6" 14 version: "2.6"
13 - name: webapp2 15 - name: webapp2
14 version: "2.5.1" 16 version: "2.5.1"
15 17
16 builtins: 18 builtins:
17 - remote_api: on 19 - remote_api: on
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 secure: always 197 secure: always
196 198
197 - url: /update_test_suites 199 - url: /update_test_suites
198 script: dashboard.dispatcher.APP 200 script: dashboard.dispatcher.APP
199 login: admin 201 login: admin
200 secure: always 202 secure: always
201 203
202 - url: /.* 204 - url: /.*
203 script: dashboard.dispatcher.APP 205 script: dashboard.dispatcher.APP
204 secure: always 206 secure: always
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698