8000 Update comment and use region tags (#960) · abhiravredox/java-docs-samples@63ea917 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63ea917

Browse files
navingerlesv
authored andcommitted
Update comment and use region tags (GoogleCloudPlatform#960)
I want to use a docwidget to display the section that needs to be configured in the docs.
1 parent dd53962 commit 63ea917

File tree

1 file changed

+3
-2
lines changed
  • endpoints/getting-started/src/main/appengine

1 file changed

+3
-2
lines changed

endpoints/getting-started/src/main/appengine/app.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ handlers:
1919
- url: /.*
2020
script: this field is required, but ignored
2121
secure: always
22-
22+
# [START configuration]
2323
endpoints_api_service:
2424
# The following values are to be replaced by information from the output of
25-
# 'gcloud endpoints services deploy openapi.yaml' command.
25+
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
2626
name: ENDPOINTS-SERVICE-NAME
2727
config_id: ENDPOINTS-CONFIG-ID
28+
# [END configuration]

0 commit comments

Comments
 (0)
0