summaryrefslogtreecommitdiff
path: root/app.yaml
diff options
context:
space:
mode:
authorJoshua Gourneau <josh@gourneau.com>2012-03-15 00:48:11 -0700
committerJoshua Gourneau <josh@gourneau.com>2012-03-15 00:48:11 -0700
commitf9f756467e771e4520fe7fa20aa92b3ef9936569 (patch)
tree8af3bd8187210665c14e84bf5a54f482732187c2 /app.yaml
parent1af3fadf261e0e89feff6835ce69472853fa2aa3 (diff)
gae
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml
new file mode 100644
index 0000000..ed81e27
--- /dev/null
+++ b/app.yaml
@@ -0,0 +1,12 @@
+application: pinkyswearapp
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: false
+
+handlers:
+- url: /js
+ static_dir: static
+
+- url: /.*
+ script: app.py \ No newline at end of file