We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8b255 commit ab7752eCopy full SHA for ab7752e
appengine/standard/endpoints-frameworks-v2/echo/app.yaml
@@ -25,8 +25,10 @@ libraries:
25
- name: ssl
26
version: 2.7.11
27
28
+# [START env_vars]
29
env_variables:
30
# The following values are to be replaced by information from the output of
31
# 'gcloud service-management deploy swagger.json' command.
32
ENDPOINTS_SERVICE_NAME: [YOUR-PROJECT-ID].appspot.com
33
ENDPOINTS_SERVICE_VERSION: 2016-08-01r0
34
+ # [END env_vars]
0 commit comments