Skip to content

Commit

Permalink
Update comment and add region tags (#1285)
Browse files Browse the repository at this point in the history
I want to use a docwidget in the docs to display the part of app.yaml that needs to be configured.
  • Loading branch information
navinger authored and andrewsg committed Dec 19, 2017
1 parent c3f20cd commit 4f0ebc5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions endpoints/getting-started/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 4f0ebc5

Please sign in to comment.