mirror of
https://github.com/golang/go
synced 2024-11-19 21:24:40 -07:00
f4f5836840
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4547082
22 lines
314 B
YAML
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
|