From e17f5b9da2e2df1f93ca4830dcae22dd65e77ef0 Mon Sep 17 00:00:00 2001 From: Steren Date: Fri, 27 Apr 2018 18:49:26 -0700 Subject: [PATCH] Fix readme: app.yaml has been renamed --- appengine/pubsub/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appengine/pubsub/README.md b/appengine/pubsub/README.md index 1fa95d2077..7b01e38b48 100644 --- a/appengine/pubsub/README.md +++ b/appengine/pubsub/README.md @@ -18,7 +18,8 @@ Before you can run or deploy the sample, you will need to do the following: https://.appspot.com/pubsub/push?token= \ --ack-deadline 30 -1. Update the environment variables in `app.yaml`. +1. Update the environment variables in `app.standard.yaml` or `app.flexible.yaml` +(depending on your App Engine environment). ## Running locally