diff options
author | Eric Bidelman | 2012-07-11 10:43:37 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-07-11 10:43:37 -0700 |
commit | f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 (patch) | |
tree | eb8ac9966f182313db6b11e12c2f4fd5bab070b7 /app.yaml | |
parent | d78d1c5069ecdb6723a8933dbb86f4b7a20c59e9 (diff) | |
download | io-slides-remote-f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8.tar.gz |
Bringing in upstream changes
Diffstat (limited to 'app.yaml')
-rw-r--r-- | app.yaml | 23 |
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 @@ | |||
1 | application: my-io-talk | ||
2 | version: 1 | ||
3 | runtime: python27 | ||
4 | api_version: 1 | ||
5 | threadsafe: yes | ||
6 | |||
7 | handlers: | ||
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 | ||