We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53962 commit 63ea917Copy full SHA for 63ea917
endpoints/getting-started/src/main/appengine/app.yaml
@@ -19,9 +19,10 @@ handlers:
19
- url: /.*
20
script: this field is required, but ignored
21
secure: always
22
-
+# [START configuration]
23
endpoints_api_service:
24
# The following values are to be replaced by information from the output of
25
- # 'gcloud endpoints services deploy openapi.yaml' command.
+ # 'gcloud endpoints services deploy openapi-appengine.yaml' command.
26
name: ENDPOINTS-SERVICE-NAME
27
config_id: ENDPOINTS-CONFIG-ID
28
+# [END configuration]
0 commit comments