Skip to content

Commit 16b892d

Browse files
navingerbroady
authored andcommitted
endpoints: update comment and add region tags (GoogleCloudPlatform#519)
I want to use a docwidget in the docs to display the portion of app.yaml that needs to be configured.
1 parent dc8f4b9 commit 16b892d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

endpoints/getting-started/app.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ env: flex
44
runtime_config:
55
document_root: .
66

7+
# [START configuration]
78
endpoints_api_service:
89
# The following values are to be replaced by information from the output of
9-
# 'gcloud service-management deploy openapi.yaml' command. If you have
10+
# 'gcloud endpoints services deploy openapi-appengine.yaml' command. If you have
1011
# previously run the deploy command, you can list your existing configuration
1112
# ids using the 'configs list' command as follows:
1213
#
1314
# gcloud endpoints configs list --service=YOUR-PROJECT-ID.appspot.com
1415
#
15-
name: ENDPOINTS SERVICE NAME
16-
config_id: ENDPOINTS CONFIG ID
16+
name: ENDPOINTS-SERVICE-NAME
17+
config_id: ENDPOINTS-CONFIG-ID
18+
# [END configuration]

0 commit comments

Comments
 (0)