WebKitTools/TestResultServer/app.yaml
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebKitTools/TestResultServer/app.yaml	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,19 @@
+application: test-results
+version: 1
+runtime: python
+api_version: 1
+
+handlers:
+- url: /stylesheets
+  static_dir: stylesheets
+
+- url: /testfile/delete
+  script: main.py
+  login: admin
+
+- url: /dashboards/delete
+  script: main.py
+  login: admin
+
+- url: /.*
+  script: main.py