diff --git a/app.yaml b/app.yaml index e48a532..ed63684 100644 --- a/app.yaml +++ b/app.yaml @@ -18,5 +18,11 @@ runtime: nodejs20 env: standard instance_class: F1 + automatic_scaling: - max_instances: 1 \ No newline at end of file + max_instances: 1 + +handlers: + - url: /.* + secure: always + script: auto \ No newline at end of file