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

Side by Side Diff: reviewbot/app.yaml

Issue 20518002: Implement mail dispatcher app. (Closed) Base URL: https://src.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 4 months 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 | « reviewbot/PRESUBMIT.py ('k') | reviewbot/handlers/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: reviewbot
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 inbound_services:
8 - mail
9
10 handlers:
11 - url: /_ah/mail/.*@.*\.appspotmail\.com$
12 script: mail_dispatcher.app
13 login: admin
14 - url: /admin/app_config
15 script: app_config.app
16 login: admin
17
18 libraries:
19 - name: jinja2
20 version: 2.6
21 - name: pycrypto
22 version: 2.6
23 - name: webapp2
24 version: 2.5.2
25 - name: webob
26 version: 1.2.3
27
28 admin_console:
29 pages:
30 - name: App Configuration
31 url: /admin/app_config
OLDNEW
« no previous file with comments | « reviewbot/PRESUBMIT.py ('k') | reviewbot/handlers/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698