Skip to content

Commit 4fdfab8

Browse files
Clarify token (GoogleCloudPlatform#1317)
1 parent a949454 commit 4fdfab8

File tree

1 file changed

+2
-0
lines changed
  • flexible/pubsub/src/main/appengine

1 file changed

+2
-0
lines changed

flexible/pubsub/src/main/appengine/app.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ handlers:
2121
# [START gae_flex_pubsub_yaml]
2222
env_variables:
2323
PUBSUB_TOPIC: <your-topic-name>
24+
# This token is used to verify that requests originate from your
25+
# application. It can be any sufficiently random string.
2426
PUBSUB_VERIFICATION_TOKEN: <your-verification-token>
2527
# [END gae_flex_pubsub_yaml]

0 commit comments

Comments
 (0)