Skip to main content
Module

x/fastro/template/gae.ts

Fast and simple web application framework for deno
Go to Latest
File
export const gae = `# Google App Engine Config: https://cloud.google.com/appengine/docs/flexible/custom-runtimes/configuring-your-app-with-app-yamlruntime: customenv: flexinstance_class: F1automatic_scaling: min_num_instances: 1 max_num_instances: 8 cool_down_period_sec: 180 cpu_utilization: target_utilization: 0.6 target_concurrent_requests: 100`;