aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
diff options
context:
space:
mode:
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