fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade filebrowser; minor fixes relevant to the upgrade.
[redakcja.git]
/
src
/
fileupload
/
static
/
lib
/
jQuery-File-Upload-10.32.0
/
server
/
gae-python
/
app.yaml
1
runtime: python27
2
api_version: 1
3
threadsafe: true
4
5
libraries:
6
- name: PIL
7
version: latest
8
9
handlers:
10
- url: /(favicon\.ico|robots\.txt)
11
static_files: static/\1
12
upload: static/(.*)
13
expiration: '1d'
14
- url: /.*
15
script: main.app
16
17
automatic_scaling:
18
max_instances: 1