README update for latest SDK; misc small cleanup
[gae-samples.git] / shell / app.yaml.shell
blobba8efc78156b6613295b9bf0c69456bef014099a
1 application: shell
2 version: 1
4 runtime: python
5 api_version: 1
7 handlers:
8 - url: /static
9   static_dir: static
10   expiration: 1d
12 - url: /remote_api
13   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
15 # if you're adding the shell to your own app, change this regex url to the URL
16 # endpoint where you want the shell to run, e.g. /shell . You'll also probably
17 # want to add login: admin to restrict to admins only.
18 - url: .*
19   script: shell.py