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

Side by Side Diff: appengine_apps/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
OLDNEW
(Empty)
1 application: trooper-o-matic
2 version: 2
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 builtins:
8 - appstats: on
9
10 handlers:
11 # Endpoints handler.
12 - url: /_ah/spi/.*
13 script: appengine_module.trooper_o_matic.trooper_o_api.APPLICATION
14 secure: always
15
16 - url: /images
17 static_dir: images
18
19 - url: /bower_components
20 static_dir: bower_components
21
22 - url: /lib
23 static_dir: lib
24
25 - url: /model
26 static_dir: model
27
28 - url: /ui
29 static_dir: ui
30
31 - url: /.*
32 script: appengine_module.trooper_o_matic.main.application
33
34 libraries:
35 - name: webapp2
36 version: latest
37 - name: jinja2
38 version: latest
39 - name: numpy
40 version: latest
41 - name: endpoints
42 version: 1.0
OLDNEW
« no previous file with comments | « appengine_apps/trooper_o_matic/README ('k') | appengine_apps/trooper_o_matic/appengine_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698