update to reflect API changes
[gae-samples.git] / geochat / app.yaml
blob51c96e94ac8fb69d059aa27b3dd1b4456a63a47b
1 application: geochat
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static/html
8   static_dir: static/html
9   mime_type: text/html
10 - url: /static/css
11   static_dir: static/css
12   mime_type: text/css
13 - url: /static/js
14   static_dir: static/js
15   mime_type: text/javascript
16 - url: /static/images
17   static_dir: static/images
18   mime_type: image/png
19 - url: /event/.*
20   script: events.py
21 - url: /.*
22   script: geochat.py