8000
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 c3f20cd commit 4f0ebc5Copy full SHA for 4f0ebc5
endpoints/getting-started/app.yaml
@@ -5,8 +5,10 @@ entrypoint: gunicorn -b :$PORT main:app
5
runtime_config:
6
python_version: 3
7
8
+# [START configuration]
9
endpoints_api_service:
10
# The following values are to be replaced by information from the output of
- # 'gcloud endpoints services deploy openapi.yaml' command.
11
- name: ENDPOINTS SERVICE-NAME
12
- config_id: ENDPOINTS CONFIG-ID
+ # 'gcloud endpoints services deploy openapi-appengine.yaml' command.
+ name: ENDPOINTS-SERVICE-NAME
13
+ config_id: ENDPOINTS-CONFIG-ID
14
+ # [END configuration]
0 commit comments