hy/eg/appengine/app.yaml

14 lines
207 B
YAML
Raw Normal View History

2013-10-31 19:56:48 +01:00
application: hy-sample
version: 1
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: .*
script: main.__hymain__.app