Skip to content

Commit bc83608

Browse files
committed
Improve comment in app.yaml
1 parent ba95403 commit bc83608

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

endpoints/getting-started/app.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ env: flex
33

44
endpoints_api_service:
55
# The following values are to be replaced by information from the output of
6-
# 'gcloud service-management deploy openapi.yaml' command.
7-
name: ENDPOINTS SERVICE-NAME
8-
config_id: ENDPOINTS CONFIG-ID
6+
# 'gcloud service-management deploy openapi.yaml' command. If you have
7+
# previously run the deploy command, you can list your existing configuration
8+
# ids using the 'configs list' command as follows:
9+
# 'gcloud service-management configs list --service=echo-api.endpoints.[PROJECT-ID].cloud.goog'
10+
# where echo-api.endpoints.[PROJECT-ID].cloud.goog is your Endpoints service name.
11+
name: ENDPOINTS SERVICE NAME
12+
config_id: ENDPOINTS CONFIG ID

0 commit comments

Comments
 (0)