- Update 'webapp' library version
[gae-samples.git] / sql-shell / app.yaml
blob300fe4adda22039d0d29f6589621db57bb9d1489
1 application: sql-shell
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
9   expiration: 1d
11 - url: /
12   static_files: static/shell.html
13   upload: static/shell.html
15 - url: /shell.do
16   script: shell.py