summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/app.yaml
blob: e1c534d0a4e6984e0dde2d1d3aae362c27f3bcb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
application: chrome-apps-doc
version: 3-40-0
runtime: python27
api_version: 1
threadsafe: false

handlers:
- url: /robots\.txt
  static_files: robots.txt
  upload: robots.txt
- url: /favicon\.ico
  static_files: chrome-32.ico
  upload: chrome-32.ico
- url: /apple-touch-icon-precomposed\.png
  static_files: chrome-128.png
  upload: chrome-128.png
- url: /.*
  script: appengine_main.py
  secure: always