提交 | 用户 | 时间 | ||
58d006 | 1 | application: jquery-file-upload |
A | 2 | version: 1 |
3 | runtime: python27 | |
4 | api_version: 1 | |
5 | threadsafe: true | |
6 | ||
7 | builtins: | |
8 | - deferred: on | |
9 | ||
10 | handlers: | |
11 | - url: /(favicon\.ico|robots\.txt) | |
12 | static_files: static/\1 | |
13 | upload: static/(.*) | |
14 | expiration: '1d' | |
15 | - url: /.* | |
16 | script: main.app |