1 # Copyright 2015 The Chromium Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 module: update 6 7 runtime: python27 8 vm: true 9 api_version: 1 10 threadsafe: true 11 12 resources: 13 cpu: .5 14 memory_gb: 1.3 15 disk_size_gb: 10 16 17 manual_scaling: 18 instances: 1 19 20 handlers: 21 - url: /.* 22 script: main.app 23 secure: always 24