Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6cc4fc

Browse files
carieshmarieJon Wayne Parrott
authored andcommitted
Update main.py (GoogleCloudPlatform#1308)
Update environment variable
1 parent a742981 commit f6cc4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/pubsub/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
app.config['PUBSUB_VERIFICATION_TOKEN'] = \
3131
os.environ['PUBSUB_VERIFICATION_TOKEN']
3232
app.config['PUBSUB_TOPIC'] = os.environ['PUBSUB_TOPIC']
33-
app.config['PROJECT'] = os.environ['GCLOUD_PROJECT']
33+
app.config['PROJECT'] = os.environ['GOOGLE_CLOUD_PROJECT']
3434

3535

3636
# Global list to storage messages received by this instance.

0 commit comments

Comments
 (0)