• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5module: update
6
7runtime: python27
8vm: true
9api_version: 1
10threadsafe: true
11
12resources:
13  cpu: .5
14  memory_gb: 1.3
15  disk_size_gb: 10
16
17manual_scaling:
18  instances: 1
19
20handlers:
21- url: /.*
22  script: main.app
23  secure: always
24