hy/eg/tryhy/app.yaml

24 lines
323 B
YAML
Raw Normal View History

2013-10-31 22:47:06 +01:00
application: try-hy
2013-10-31 22:30:00 +01:00
version: 1
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /
static_files: index.html
upload: index\.html
- url: /js
static_dir: js
- url: /css
static_dir: css
- url: .*
script: main.__hymain__.app