From 0db21fb0db6fb0bb64b272155068481065cc7217 Mon Sep 17 00:00:00 2001 From: navinger Date: Mon, 18 Dec 2017 12:42:32 -0800 Subject: [PATCH] Update comment and add region tags I want to use a docwidget in the docs to display the part of app.yaml that needs to be configured. --- endpoints/getting-started/app.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/endpoints/getting-started/app.yaml b/endpoints/getting-started/app.yaml index 56dc6f05a80..e2543479b7e 100644 --- a/endpoints/getting-started/app.yaml +++ b/endpoints/getting-started/app.yaml @@ -5,8 +5,10 @@ entrypoint: gunicorn -b :$PORT main:app runtime_config: python_version: 3 +# [START configuration] endpoints_api_service: # The following values are to be replaced by information from the output of - # 'gcloud endpoints services deploy openapi.yaml' command. - name: ENDPOINTS SERVICE-NAME - config_id: ENDPOINTS CONFIG-ID + # 'gcloud endpoints services deploy openapi-appengine.yaml' command. + name: ENDPOINTS-SERVICE-NAME + config_id: ENDPOINTS-CONFIG-ID + # [END configuration]