github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/misc/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: /log/.+
    15    script: _go_app
    16  - url: /(|commit|packages|result|tag|todo)
    17    script: _go_app
    18  - url: /(init|buildtest|key|_ah/queue/go/delay)
    19    script: _go_app
    20    login: admin