Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6cc4fc

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/flexible/pubsub/main.py

Copy file name to clipboardExpand all lines: appengine/flexible/pubsub/main.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.