From 154eb030790ba969313caddc98cf08aee1a19138 Mon Sep 17 00:00:00 2001 From: Dan Ciruli Date: Thu, 2 Feb 2017 11:01:07 -0800 Subject: [PATCH] Removed deprecated flag from app.yaml (#309) vm: true is no longer accepted. It is now env: flex --- endpoints/getting-started/app.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/endpoints/getting-started/app.yaml b/endpoints/getting-started/app.yaml index 937e2334a4..91cdeafbb4 100644 --- a/endpoints/getting-started/app.yaml +++ b/endpoints/getting-started/app.yaml @@ -12,10 +12,10 @@ # limitations under the License. runtime: nodejs -vm: true +env: flex endpoints_api_service: # The following values are to be replaced by information from the output of # 'gcloud service-management deploy openapi.yaml' command. - name: ENDPOINTS SERVICE-NAME - config_id: ENDPOINTS CONFIG-ID + name: ENDPOINTS-SERVICE-NAME + config_id: ENDPOINTS-CONFIG-ID