Skip to content

Commit

Permalink
Update main.py (#1308)
Browse files Browse the repository at this point in the history
Update environment variable
  • Loading branch information
carieshmarie authored and Jon Wayne Parrott committed Jan 9, 2018
1 parent a742981 commit f6cc4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
app.config['PUBSUB_VERIFICATION_TOKEN'] = \
os.environ['PUBSUB_VERIFICATION_TOKEN']
app.config['PUBSUB_TOPIC'] = os.environ['PUBSUB_TOPIC']
app.config['PROJECT'] = os.environ['GCLOUD_PROJECT']
app.config['PROJECT'] = os.environ['GOOGLE_CLOUD_PROJECT']


# Global list to storage messages received by this instance.
Expand Down

0 comments on commit f6cc4fc

Please sign in to comment.