retrogit/app/app.yaml
2014-07-05 22:52:05 -07:00

11 lines
154 B
YAML

application: git-hop
version: 1
runtime: go
api_version: go1
handlers:
- url: /static
static_dir: static
- url: /.*
script: _go_app
secure: always