File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
getting-started/src/main/appengine
multiple-versions/src/main/appengine Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ endpoints_api_service:
24
24
# The following values are to be replaced by information from the output of
25
25
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
26
26
name : ENDPOINTS-SERVICE-NAME
27
- config_id : ENDPOINTS-CONFIG-ID
27
+ rollout_strategy : managed
28
28
# [END configuration]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ handlers:
21
21
secure : always
22
22
23
23
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
25
25
# 'gcloud endpoints services deploy openapi-v1.yaml openapi-v2.yaml' command.
26
26
name : ENDPOINTS-SERVICE-NAME
27
- config_id : ENDPOINTS-CONFIG-ID
27
+ rollout_strategy : managed
You can’t perform that action at this time.
0 commit comments