summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/app.yaml
blob: 53416409d2e03e7ca781f949b754f52665c4c7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
application: chrome-apps-doc
version: 2-40-3
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