syzkaller/dashboard/app/app.yaml
Andrew Donnellan c7484f6292 dashboard: update to go111 runtime
The old go 1.9 App Engine runtime is now deprecated. Update to the go 1.11
runtime, which still allows us to use the old App Engine library (removed
in the 1.12 runtime).

Closes: #1461 ("dashboard: port app to go111/go112 runtime")
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
2020-01-29 16:01:06 +01:00

29 lines
515 B
YAML

runtime: go111
inbound_services:
- mail
- mail_bounce
handlers:
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
secure: always
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
secure: always
- url: /static
static_dir: static
secure: always
- url: /(admin|email_poll)
script: auto
login: admin
secure: always
- url: /_ah/(mail/.+|bounce)
script: auto
login: admin
- url: /(|api|bug|text|x/.+|.*)
script: auto
secure: always