unpkg/app.yaml

9 lines
154 B
YAML
Raw Normal View History

runtime: nodejs10
env: standard
instance_class: F4
automatic_scaling:
2019-07-30 05:41:03 +00:00
min_idle_instances: 2
2019-07-31 05:11:45 +00:00
max_instances: 12
2019-07-30 22:30:47 +00:00
env_variables:
NODE_ENV: 'production'