Skip to content

Commit dd618e6

Browse files
ryanmatsJon Wayne Parrott
authored andcommitted
flexbeta2 - pubsub
1 parent 6261cbc commit dd618e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

appengine/flexible/pubsub/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
runtime: python
2-
vm: true
2+
env: flex
33
entrypoint: gunicorn -b :$PORT main:app
44

55
runtime_config:
66
python_version: 3
77

88
#[START env]
99
env_variables:
10-
GCLOUD_PROJECT: your-project-id
1110
PUBSUB_TOPIC: your-topic
1211
# This token is used to verify that requests originate from your
1312
# application. It can be any sufficiently random string.

0 commit comments

Comments
 (0)