Skip to content

Commit de6a65b

Browse files
buserplesv
authored andcommitted
Add App Engine-specific "host" field. (#656)
* Create openapi-appengine.yaml * Change copyright date to 2017. * Add comment to openapi.yaml about deploying on App Engine. Remove openapi-appengine.yaml.
1 parent 7ae532e commit de6a65b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

endpoints/getting-started/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ info:
2020
version: "1.0.0"
2121
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
2222
# [END swagger]
23+
# For App Engine deployments, delete the above "host:" line and remove the "# "
24+
# from the following line. Then change YOUR-PROJECT-ID to your project id.
25+
# host: "YOUR-PROJECT-ID.appspot.com"
2326
basePath: "/"
2427
consumes:
2528
- "application/json"

0 commit comments

Comments
 (0)