aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
diff options
context:
space:
mode:
authorEric Bidelman2012-07-11 10:43:37 -0700
committerEric Bidelman2012-07-11 10:43:37 -0700
commitf208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 (patch)
treeeb8ac9966f182313db6b11e12c2f4fd5bab070b7 /app.yaml
parentd78d1c5069ecdb6723a8933dbb86f4b7a20c59e9 (diff)
downloadio-slides-remote-f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8.tar.gz
Bringing in upstream changes
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml
new file mode 100644
index 0000000..7692ab2
--- /dev/null
+++ b/app.yaml
@@ -0,0 +1,23 @@
1application: my-io-talk
2version: 1
3runtime: python27
4api_version: 1
5threadsafe: yes
6
7handlers:
8- url: /
9 static_files: template.html
10 upload: template\.html
11
12- url: /slide_config\.js
13 static_files: slide_config.js
14 upload: slide_config\.js
15
16- url: /js
17 static_dir: js
18
19- url: /theme
20 static_dir: theme
21
22- url: /images
23 static_dir: images