1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:04:40 -07:00
go/misc/dashboard/godashboard/app.yaml
2011-05-30 11:27:31 +10:00

18 lines
227 B
YAML

application: godashboard
version: 7
runtime: python
api_version: 1
handlers:
- url: /static
static_dir: static
- url: /package.*
script: package.py
- url: /project.*
script: package.py
- url: /.*
script: gobuild.py