Merge "Adding production app.yaml to source control" into klp-docs

This commit is contained in:
Joe Fernandez
2014-03-13 21:10:01 +00:00
committed by Android (Google) Code Review

View File

@@ -0,0 +1,16 @@
application: androiddevdocs
version: 1
runtime: python
api_version: 1
handlers:
- url: /gae_shell/static
static_dir: gae_shell/static
expiration: 1d
- url: /gae_shell/.*
script: /gae_shell/shell.py
login: admin
- url: .*
script: main.py