1
0
mirror of https://github.com/golang/go synced 2024-10-02 16:28:34 -06:00
go/misc/dashboard/godashboard/app.yaml
Andrew Gerrand f4f5836840 dashboard: add favicon.ico
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4547082
2011-06-03 15:27:28 +10:00

22 lines
314 B
YAML

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