File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
endpoints/getting-started Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ env: flex
44runtime_config :
55 document_root : .
66
7+ # [START configuration]
78endpoints_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]
You can’t perform that action at this time.
0 commit comments