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

Side by Side Diff: appengine/trooper_o_matic/app.yaml

Issue 774323002: Moved trooper_o_matic to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 | « appengine/trooper_o_matic/README ('k') | appengine/trooper_o_matic/appengine_config.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: trooper-o-matic 1 application: trooper-o-matic
2 version: 2 2 version: 2
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 builtins: 7 builtins:
8 - appstats: on 8 - appstats: on
9 9
10 handlers: 10 handlers:
(...skipping 22 matching lines...) Expand all
33 33
34 libraries: 34 libraries:
35 - name: webapp2 35 - name: webapp2
36 version: latest 36 version: latest
37 - name: jinja2 37 - name: jinja2
38 version: latest 38 version: latest
39 - name: numpy 39 - name: numpy
40 version: latest 40 version: latest
41 - name: endpoints 41 - name: endpoints
42 version: 1.0 42 version: 1.0
OLDNEW
« no previous file with comments | « appengine/trooper_o_matic/README ('k') | appengine/trooper_o_matic/appengine_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698