Chromium Code Reviews| Index: dart/site/try/app.yaml |
| diff --git a/dart/site/try/app.yaml b/dart/site/try/app.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..511b1010cd106fda67c9a9d47cdc6ee91d46766d |
| --- /dev/null |
| +++ b/dart/site/try/app.yaml |
| @@ -0,0 +1,39 @@ |
| +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.
|
| +version: 5 |
| +runtime: python27 |
| +api_version: 1 |
| +threadsafe: yes |
| +default_expiration: 1s |
| + |
| +handlers: |
| + |
| +- url: /favicon\.ico |
| + static_files: favicon.ico |
| + upload: favicon\.ico |
| + secure: never |
| + |
| +- url: / |
| + static_files: index.html |
| + upload: index.html |
| + secure: never |
| + |
| +- url: /nossl.appcache |
| + static_files: nossl.appcache |
| + upload: nossl.appcache |
| + secure: never |
| + |
| +- url: /(.*\.(html|js|png|css|dart)) |
| + static_files: \1 |
| + upload: (.*\.(html|js|png|css|dart)) |
| + secure: never |
| + |
| +- url: /css/fonts/ |
| + static_dir: font |
| + secure: never |
| + |
| +error_handlers: |
| + - file: static/not_found.html |
| + |
| +libraries: |
| +- name: webapp2 |
| + version: "2.5.2" |