blob: 2ae243c80e2edf662b360af22ea6cc23222319d6 [file] [log] [blame]
# Update with
# google_appengine/appcfg.py [-V dev-test] update .
#
# Using -V dev-test will run as dev-test.perf.golang.org.
application: golang-org
module: perf
version: main
runtime: go
api_version: go1
handlers:
- url: /_ah/remote_api
script: _go_app
- url: /.*
script: _go_app
secure: always
env_variables:
STORAGE_URL_BASE: "https://perfdata.golang.org"