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
diff --git a/src/fileupload/static/lib/jQuery-File-Upload-10.32.0/server/gae-python/app.yaml b/src/fileupload/static/lib/jQuery-File-Upload-10.32.0/server/gae-python/app.yaml
new file mode 100644 (file)
index 0000000..0922c07
--- /dev/null
@@ -0,0 +1,18 @@
+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
+
+automatic_scaling:
+  max_instances: 1