mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 13:20:34 +00:00
c7484f6292
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>
29 lines
515 B
YAML
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
|