blob: 238cc6610ec2ecfe67580434e3643970ca02a53f [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
application: google.com:wmatrix
version: 9
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: static/favicon.ico
upload: favicon\.ico
- url: /static
static_dir: static
- url: /tst/.*
script: debug_gae.app
## System down notification: Uncomment this section and comment the other .*
## section to display the notification instead of any dashboard content.
#- url: .*
# static_files: static/down.html
# upload: static/down.html
- url: .*
script: run_appengine.app
libraries:
- name: webapp2
version: "2.5.1"
skip_files: |
^(.*/)?(
(app\.yaml)|
(app\.yml)|
(index\.yaml)|
(index\.yml)|
(#.*#)|
(.*~)|
(.*\.py[co])|
(.*/RCS/.*)|
(\..*)|
(src/backend/.*)|
(run_cmdline)|
)$