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

Side by Side Diff: dashboard/pinpoint.yaml

Issue 2701113002: Migrate to the Google Cloud SDK. (Closed)
Patch Set: Work for both old and new SDKs. Created 3 years, 10 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 | « dashboard/docs/getting-set-up.md ('k') | 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 module: pinpoint 1 service: pinpoint
2 2
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 instance_class: F1 6 instance_class: F1
7 7
8 libraries: 8 libraries:
9 - name: pycrypto 9 - name: pycrypto
10 version: "2.6" 10 version: "2.6"
11 - name: webapp2 11 - name: webapp2
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 secure: always 44 secure: always
45 45
46 - url: /run/.* 46 - url: /run/.*
47 script: dashboard.pinpoint.dispatcher.APP 47 script: dashboard.pinpoint.dispatcher.APP
48 login: admin 48 login: admin
49 secure: always 49 secure: always
50 50
51 - url: /.* 51 - url: /.*
52 script: dashboard.pinpoint.dispatcher.APP 52 script: dashboard.pinpoint.dispatcher.APP
53 secure: always 53 secure: always
OLDNEW
« no previous file with comments | « dashboard/docs/getting-set-up.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698