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

Side by Side Diff: app.yaml

Issue 23601003: Adjust app.yaml application name to match appspot instance. (Closed) Base URL: https://git.chromium.org/git/chromium/tools/reviewbot.git@master
Patch Set: Created 7 years, 3 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: reviewbot 1 application: chromium-reviewbot
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 inbound_services: 7 inbound_services:
8 - mail 8 - mail
9 9
10 handlers: 10 handlers:
11 - url: /_ah/mail/.*@.*\.appspotmail\.com$ 11 - url: /_ah/mail/.*@.*\.appspotmail\.com$
(...skipping 10 matching lines...) Expand all
22 version: 2.6 22 version: 2.6
23 - name: webapp2 23 - name: webapp2
24 version: 2.5.2 24 version: 2.5.2
25 - name: webob 25 - name: webob
26 version: 1.2.3 26 version: 1.2.3
27 27
28 admin_console: 28 admin_console:
29 pages: 29 pages:
30 - name: App Configuration 30 - name: App Configuration
31 url: /admin/app_config 31 url: /admin/app_config
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698