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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_apps/trooper_o_matic/app.yaml
diff --git a/appengine_apps/trooper_o_matic/app.yaml b/appengine_apps/trooper_o_matic/app.yaml
deleted file mode 100644
index d242b7c001dea997731502aacf78757307025f9b..0000000000000000000000000000000000000000
--- a/appengine_apps/trooper_o_matic/app.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-application: trooper-o-matic
-version: 2
-runtime: python27
-api_version: 1
-threadsafe: true
-
-builtins:
-- appstats: on
-
-handlers:
-# Endpoints handler.
-- url: /_ah/spi/.*
- script: appengine_module.trooper_o_matic.trooper_o_api.APPLICATION
- secure: always
-
-- url: /images
- static_dir: images
-
-- url: /bower_components
- static_dir: bower_components
-
-- url: /lib
- static_dir: lib
-
-- url: /model
- static_dir: model
-
-- url: /ui
- static_dir: ui
-
-- url: /.*
- script: appengine_module.trooper_o_matic.main.application
-
-libraries:
-- name: webapp2
- version: latest
-- name: jinja2
- version: latest
-- name: numpy
- version: latest
-- name: endpoints
- version: 1.0
« 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