Skip to content

Commit d224d7b

Browse files
committed
adds region tags for pubsub app
1 parent 3f966a7 commit d224d7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubsub/app/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
$app = require_once __DIR__ . '/app.php';
2323

2424
$app['project_id'] = getenv('GOOGLE_PROJECT_ID') ?: getenv('GCLOUD_PROJECT');
25+
# [START pubsub_variables]
2526
$app['topic'] = 'php-example-topic';
2627
$app['subscription'] = 'php-example-subscription';
28+
# [END pubsub_variables]
2729
$app['debug'] = true;
2830

2931
$app->run();

0 commit comments

Comments
 (0)