README update for latest SDK; misc small cleanup
[gae-samples.git] / recover-unapplied-writes / app.yaml
bloba5744fcf0e73972372dab3c6b0fc9a567cc6350b
1 # A sample app.yaml file--you can upload this to an
2 # alternate version of your application with appcfg.py -A yourapp
3 application: YOUR APPLICATION 
4 version: applywrites
5 runtime: python
6 api_version: 1
8 handlers:
9 - url: /remote_api
10   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
11   login: admin
14 - url: /mapreduce(/.*)?
15   script: mapreduce/main.py
16   login: admin