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

Unified Diff: appengine/predator/app/backend-fracas.yaml

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 years, 1 month 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
Index: appengine/predator/app/backend-fracas.yaml
diff --git a/appengine/predator/app/backend-fracas.yaml b/appengine/predator/app/backend-fracas.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a2d23c033b25db0d7951edc68ac33f2aea3a9c8e
--- /dev/null
+++ b/appengine/predator/app/backend-fracas.yaml
@@ -0,0 +1,32 @@
+application: predator-for-me-staging
+module: backend-fracas
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: true
+instance_class: B1
+automatic_scaling:
+ min_idle_instances: 1
+ max_concurrent_requests: 40
+
+handlers:
+- url: /.*
+ script: backend.main.backend_app
+ secure: always
+
+skip_files:
+- ^(.*/)?#.*#$
+- ^(.*/)?.*~$
+- ^(.*/)?.*\.py[co]$
+- ^(.*/)?.*_test\.py$
+- ^(.*/)?tests\.py$
+- ^(.*/)?\..*$
+- ^(.*/)?.*\.md$
+- __init__.py
+- frontend/.*
+
+libraries:
+- name: webapp2
+ version: latest
+- name: jinja2
+ version: latest

Powered by Google App Engine
This is Rietveld 408576698