github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/dashboard/app/app.yaml (about) 1 # Update with 2 # google_appengine/appcfg.py [-V test-build] update . 3 # 4 # Using -V test-build will run as test-build.golang.org. 5 6 application: golang-org 7 version: build 8 runtime: go 9 api_version: go1 10 11 handlers: 12 - url: /static 13 static_dir: static 14 - url: /(|gccgo/|hg/)log/.+ 15 script: _go_app 16 - url: /(|gccgo/|hg/)(|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark) 17 script: _go_app 18 - url: /(|gccgo/|hg/)(init|buildtest|key|perflearn|_ah/queue/go/delay) 19 script: _go_app 20 login: admin 21