Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4efa222

Browse filesBrowse files
Ace Nassriengelke
authored andcommitted
Remove unused region tags (GAE mail) (GoogleCloudPlatform#1900)
1 parent e1050fc commit 4efa222
Copy full SHA for 4efa222

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎appengine/standard/mail/app.yaml

Copy file name to clipboardExpand all lines: appengine/standard/mail/app.yaml
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ runtime: python27
22
api_version: 1
33
threadsafe: yes
44

5-
# [START bounce_service]
65
# [START mail_service]
76
inbound_services:
87
- mail
8+
- mail_bounce # Handle bounced mail notifications
99
# [END mail_service]
10-
- mail_bounce
11-
# [END bounce_service]
1210

1311
handlers:
1412
- url: /user/.+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.