Skip to content

Commit d2ffe3b

Browse files
author
Simon Zeltser
committed
CR comments
1 parent 89c9ae8 commit d2ffe3b

File tree

2 files changed

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

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ endpoints_api_service:
2424
# The following values are to be replaced by information from the output of
2525
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
2626
name: ENDPOINTS-SERVICE-NAME
27-
config_id: ENDPOINTS-CONFIG-ID
27+
rollout_strategy: managed
2828
# [END configuration]

endpoints/multiple-versions/src/main/appengine/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ handlers:
2121
secure: always
2222

2323
endpoints_api_service:
24-
# The following values are to be replaced by information from the output of
24+
# The following value is to be replaced by information from the output of
2525
# 'gcloud endpoints services deploy openapi-v1.yaml openapi-v2.yaml' command.
2626
name: ENDPOINTS-SERVICE-NAME
27-
config_id: ENDPOINTS-CONFIG-ID
27+
rollout_strategy: managed

0 commit comments

Comments
 (0)