From f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 11 Jul 2012 10:43:37 -0700 Subject: Bringing in upstream changes --- app.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app.yaml (limited to 'app.yaml') diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..7692ab2 --- /dev/null +++ b/app.yaml @@ -0,0 +1,23 @@ +application: my-io-talk +version: 1 +runtime: python27 +api_version: 1 +threadsafe: yes + +handlers: +- url: / + static_files: template.html + upload: template\.html + +- url: /slide_config\.js + static_files: slide_config.js + upload: slide_config\.js + +- url: /js + static_dir: js + +- url: /theme + static_dir: theme + +- url: /images + static_dir: images -- cgit v1.2.3