8000 Update comment and add region tags (#1285) · johnmanong/python-docs-samples@4f0ebc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f0ebc5

Browse files
navingerandrewsg
authored andcommitted
Update comment and add region tags (GoogleCloudPlatform#1285)
I want to use a docwidget in the docs to display the part of app.yaml that needs to be configured.
1 parent c3f20cd commit 4f0ebc5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

endpoints/getting-started/app.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ entrypoint: gunicorn -b :$PORT main:app
55
runtime_config:
66
python_version: 3
77

8+
# [START configuration]
89
endpoints_api_service:
910
# The following values are to be replaced by information from the output of
10-
# 'gcloud endpoints services deploy openapi.yaml' command.
11-
name: ENDPOINTS SERVICE-NAME
12-
config_id: ENDPOINTS CONFIG-ID
11+
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
12+
name: ENDPOINTS-SERVICE-NAME
13+
config_id: ENDPOINTS-CONFIG-ID
14+
# [END configuration]

0 commit comments

Comments
 (0)
0