unpkg/app.yaml

9 lines
172 B
YAML
Raw Normal View History

runtime: nodejs10
env: standard
2019-07-31 17:39:41 +00:00
instance_class: F4_HIGHMEM
automatic_scaling:
max_idle_instances: 2
2019-07-31 16:17:02 +00:00
max_concurrent_requests: 40
2019-07-30 22:30:47 +00:00
env_variables:
NODE_ENV: 'production'