Add new instance and app_engine_release fields to table schema.
[gae-samples.git] / myhangouts / app.yaml
blob816f6987d22593d396d39aea5fc6bb5b22b0d01b
1 application: myhangouts-new
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
10 - url: /.*
11   script: myhangouts.py