aboutsummaryrefslogtreecommitdiff
path: root/test/appengine/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/appengine/app.yaml')
-rw-r--r--test/appengine/app.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/appengine/app.yaml b/test/appengine/app.yaml
new file mode 100644
index 0000000..907c57f
--- /dev/null
+++ b/test/appengine/app.yaml
@@ -0,0 +1,11 @@
+# dummy app.yaml for nosegae
+
+api_version: 1
+runtime: python27
+threadsafe: true
+
+handlers:
+- url: /
+ static_files: README.md
+ upload: README.md
+ mime_type: text/plain