diff --git a/endpoints/getting-started/app.yaml b/endpoints/getting-started/app.yaml index 56dc6f05a803..e2543479b7e5 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]