Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 application: try-dart-lang | |
|
kasperl
2014/01/07 07:18:43
Can you add a comment about the purpose of this fi
ahe
2014/01/07 14:06:23
Done.
| |
| 2 version: 5 | |
| 3 runtime: python27 | |
| 4 api_version: 1 | |
| 5 threadsafe: yes | |
| 6 default_expiration: 1s | |
| 7 | |
| 8 handlers: | |
| 9 | |
| 10 - url: /favicon\.ico | |
| 11 static_files: favicon.ico | |
| 12 upload: favicon\.ico | |
| 13 secure: never | |
| 14 | |
| 15 - url: / | |
| 16 static_files: index.html | |
| 17 upload: index.html | |
| 18 secure: never | |
| 19 | |
| 20 - url: /nossl.appcache | |
| 21 static_files: nossl.appcache | |
| 22 upload: nossl.appcache | |
| 23 secure: never | |
| 24 | |
| 25 - url: /(.*\.(html|js|png|css|dart)) | |
| 26 static_files: \1 | |
| 27 upload: (.*\.(html|js|png|css|dart)) | |
| 28 secure: never | |
| 29 | |
| 30 - url: /css/fonts/ | |
| 31 static_dir: font | |
| 32 secure: never | |
| 33 | |
| 34 error_handlers: | |
| 35 - file: static/not_found.html | |
| 36 | |
| 37 libraries: | |
| 38 - name: webapp2 | |
| 39 version: "2.5.2" | |
| OLD | NEW |