Keep NODE_ENV in app.yaml

This commit is contained in:
Michael Jackson
2019-07-30 15:30:47 -07:00
parent 8bdc3dc73b
commit 699b849914
3 changed files with 9 additions and 5 deletions

View File

@ -4,3 +4,5 @@ instance_class: F4
automatic_scaling:
min_idle_instances: 2
max_instances: 12
env_variables:
NODE_ENV: 'production'