aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/google.golang.org/appengine/demos/guestbook/app.yaml
blob: 33425033280c0de706dceb054bb2dbcc1a0ef04e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Demo application for App Engine "flexible environment".
runtime: go
vm: true
api_version: go1

handlers:
# Favicon.  Without this, the browser hits this once per page view.
- url: /favicon.ico
  static_files: favicon.ico
  upload: favicon.ico

# Main app.  All the real work is here.
- url: /.*
  script: _go_app