Files
hdcp-genkey/app.yaml
Rich Wareham 0f461710d8 add a simple Google appengine implementation
Add a really simple Google app engine implementation.
2010-09-17 16:18:51 +01:00

13 lines
205 B
YAML

application: hdcpgen
version: 1
runtime: python
api_version: 1
handlers:
- url: /keys/.*
script: appengine.py
- url: /(index\.html)?
static_files: appengine_index.html
upload: appengine_index.html