14 lines
201 B
YAML
14 lines
201 B
YAML
|
|
application: offline-map
|
||
|
|
version: 20120404
|
||
|
|
runtime: python27
|
||
|
|
api_version: 1
|
||
|
|
threadsafe: true
|
||
|
|
|
||
|
|
handlers:
|
||
|
|
- url: /
|
||
|
|
static_files: site/index.html
|
||
|
|
upload: site/index.html
|
||
|
|
|
||
|
|
- url: /
|
||
|
|
static_dir: site/
|