13 lines
205 B
YAML
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
|