Docserver: cache the compiled JSON files. This cuts down preview.py render
[chromium-blink-merge.git] / chrome / common / extensions / docs / server2 / app.yaml
blob2322e5abf1bdabe18eab772b3f987a7f2c8cf2d3
1 application: chrome-apps-doc
2 version: 3-44-0
3 runtime: python27
4 api_version: 1
5 threadsafe: false
7 handlers:
8 - url: /robots\.txt
9   static_files: robots.txt
10   upload: robots.txt
11 - url: /favicon\.ico
12   static_files: chrome-32.ico
13   upload: chrome-32.ico
14 - url: /apple-touch-icon-precomposed\.png
15   static_files: chrome-128.png
16   upload: chrome-128.png
17 - url: /.*
18   script: appengine_main.py
19   secure: always
20 - url: /_refresh/*
21   script: appengine_main.py
22   secure: always
23   login: admin