diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-01-25 10:24:33 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-01-25 10:24:33 +1100 |
| commit | 8efbb899e2dc45f142061634ae5bbb3e09d0b129 (patch) | |
| tree | 1c0fee9e0627f1054d680a40ba70d3d7d0eb2272 /app.yaml | |
| parent | c7762abd5765944f4d3702d736db671988a58e8c (diff) | |
| download | golang-id-tour-8efbb899e2dc45f142061634ae5bbb3e09d0b129.tar.xz | |
go-tour: fix app engine version, restoring online-specific content
R=minux.ma, campoy, campoy
CC=golang-dev
https://golang.org/cl/7195043
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..83981aa --- /dev/null +++ b/app.yaml @@ -0,0 +1,17 @@ +application: go-tour +version: 1 +runtime: go +api_version: go1 + +handlers: +- url: /favicon.ico + static_files: static/favicon.ico + upload: static/favicon.ico +- url: /static + static_dir: static +- url: /talks + static_dir: talks +- url: /(|compile|fmt) + script: _go_app + +nobuild_files: (solutions|prog)/.* |
