aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
blob: 7692ab2f5e935a277de418307a311a8b06f0fae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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