github.com/timstclair/heapster@v0.20.0-alpha1/Godeps/_workspace/src/google.golang.org/appengine/demos/guestbook/app.yaml (about)

     1  # Demo application for Managed VMs.
     2  runtime: go
     3  vm: true
     4  api_version: go1
     5  
     6  manual_scaling:
     7    instances: 1
     8  
     9  handlers:
    10  # Favicon.  Without this, the browser hits this once per page view.
    11  - url: /favicon.ico
    12    static_files: favicon.ico
    13    upload: favicon.ico
    14  
    15  # Main app.  All the real work is here.
    16  - url: /.*
    17    script: _go_app