10000 Remove unused region tags (GAE mail) (#1900) · cseed/python-docs-samples@4efa222 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4efa222

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appengine/standard/mail/app.yaml

Lines 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