Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions appengine/analytics/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env]
env_variables:
GA_TRACKING_ID: YOUR_TRACKING_ID
Expand Down
4 changes: 4 additions & 0 deletions appengine/building-an-app/build/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/building-an-app/update/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
3 changes: 3 additions & 0 deletions appengine/cloudsql/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env]
# The following env variables may contain sensitive information that grants
# anyone access to your database. Do not add this file to your source control.
Expand Down
3 changes: 3 additions & 0 deletions appengine/cloudsql_postgresql/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env]
# The following env variables may contain sensitive information that grants
# anyone access to your database. Do not add this file to your source control.
Expand Down
4 changes: 4 additions & 0 deletions appengine/cloudtasks/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/datastore/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/errorreporting/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/hello-world/standard/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/loopback/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
3 changes: 3 additions & 0 deletions appengine/mailjet/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# The following env variables may contain sensitive information that grants
# anyone access to your Mailjet account. Do not add this file to your source
# control.
Expand Down
3 changes: 3 additions & 0 deletions appengine/memcached/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env_variables]
# The following env variables may contain sensitive information that grants
# anyone access to your memcached service. Do not add this file to your source
Expand Down
4 changes: 4 additions & 0 deletions appengine/metadata/standard/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/mongodb/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
4 changes: 4 additions & 0 deletions appengine/parse-server/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
3 changes: 3 additions & 0 deletions appengine/pubsub/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START instance_class]
instance_class: F2
# [END instance_class]
Expand Down
4 changes: 4 additions & 0 deletions appengine/redis/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
3 changes: 3 additions & 0 deletions appengine/sendgrid/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env_variables]
# The following env variables may contain sensitive information that grants
# anyone access to your Sendgrid account. Do not add this file to your source
Expand Down
4 changes: 4 additions & 0 deletions appengine/static-files/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [END app_yaml]
3 changes: 3 additions & 0 deletions appengine/storage/standard/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env]
env_variables:
GCLOUD_STORAGE_BUCKET: YOUR_BUCKET_NAME
Expand Down
3 changes: 3 additions & 0 deletions appengine/twilio/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# [START app_yaml]
runtime: nodejs8

handlers:
- url: /.*
script: auto
# [START env_variables]
# The following env variables may contain sensitive information that grants
# anyone access to your Twilio account. Do not add this file to your source
Expand Down