We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949454 commit 4fdfab8Copy full SHA for 4fdfab8
flexible/pubsub/src/main/appengine/app.yaml
@@ -21,5 +21,7 @@ handlers:
21
# [START gae_flex_pubsub_yaml]
22
env_variables:
23
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.
26
PUBSUB_VERIFICATION_TOKEN: <your-verification-token>
27
# [END gae_flex_pubsub_yaml]
0 commit comments