streams/vendor/blueimp/jquery-file-upload/server/gae-python/app.yaml

16 lines
235 B
YAML
Raw Normal View History

2014-10-05 08:18:50 +00:00
runtime: python27
api_version: 1
threadsafe: true
2017-06-27 00:32:38 +00:00
libraries:
- name: PIL
version: latest
2014-10-05 08:18:50 +00:00
handlers:
- url: /(favicon\.ico|robots\.txt)
static_files: static/\1
upload: static/(.*)
expiration: '1d'
- url: /.*
script: main.app