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

Side by Side Diff: appengine/findit_mock/frontend.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 unified diff | Download patch
OLDNEW
(Empty)
1 application: findit-for-me-staging
2 module: frontend
3 version: 1
4 runtime: python27
5 api_version: 1
6 threadsafe: true
7 instance_class: B1
8 automatic_scaling:
9 min_idle_instances: 1
10 max_concurrent_requests: 40
11
12 handlers:
13 - url: /.*
14 script: frontend_main.frontend_app
15 secure: always
16
17 skip_files:
18 - ^(.*/)?#.*#$
19 - ^(.*/)?.*~$
20 - ^(.*/)?.*\.py[co]$
21 - ^(.*/)?.*_test\.py$
22 - ^(.*/)?tests\.py$
23 - ^(.*/)?\..*$
24 - ^(.*/)?.*\.md$
25 - ^(.*/)?scripts/.*$
26
27 libraries:
28 - name: webapp2
29 version: latest
30 - name: jinja2
31 version: latest
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698