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

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 | « no previous file | reviewbot/handlers/__init__.py » ('j') | reviewbot/handlers/policy_checklist.py » ('J')
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: pycrypto
20 version: 2.6
21 - name: webapp2
22 version: 2.5.2
23 - name: webob
24 version: 1.2.3
25
26 admin_console:
27 pages:
28 - name: App Configuration
29 url: /admin/app_config
OLDNEW
« no previous file with comments | « no previous file | reviewbot/handlers/__init__.py » ('j') | reviewbot/handlers/policy_checklist.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698