commit vendor
This commit is contained in:
15
vendor/blueimp/jquery-file-upload/server/gae-python/app.yaml
vendored
Normal file
15
vendor/blueimp/jquery-file-upload/server/gae-python/app.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
||||
libraries:
|
||||
- name: PIL
|
||||
version: latest
|
||||
|
||||
handlers:
|
||||
- url: /(favicon\.ico|robots\.txt)
|
||||
static_files: static/\1
|
||||
upload: static/(.*)
|
||||
expiration: '1d'
|
||||
- url: /.*
|
||||
script: main.app
|
||||
Reference in New Issue
Block a user