Skip to content

Commit 4671c45

Browse files
neoseeleJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
The square bracket in app.yaml upsets the YAML parser (#1181)
1 parent 9113f75 commit 4671c45

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/endpoints-frameworks-v2/echo

1 file changed

+1
-1
lines changed

appengine/standard/endpoints-frameworks-v2/echo/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ libraries:
2929
env_variables:
3030
# The following values are to be replaced by information from the output of
3131
# 'gcloud service-management deploy swagger.json' command.
32-
ENDPOINTS_SERVICE_NAME: [YOUR-PROJECT-ID].appspot.com
32+
ENDPOINTS_SERVICE_NAME: YOUR-PROJECT-ID.appspot.com
3333
ENDPOINTS_SERVICE_VERSION: 2016-08-01r0
3434
# [END env_vars]

0 commit comments

Comments
 (0)