golang.org/x/build@v0.0.0-20240506185731-218518f32b70/perfdata/appengine/app.yaml (about) 1 # Copyright 2022 The Go Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style 3 # license that can be found in the LICENSE file. 4 5 runtime: go113 6 service: perfdata 7 instance_class: F4_HIGHMEM 8 9 handlers: 10 - url: /_ah/remote_api 11 script: auto 12 - url: /.* 13 script: auto 14 secure: always 15 env_variables: 16 CLOUDSQL_CONNECTION_NAME: 'golang-org:us-central1:golang-org' 17 CLOUDSQL_USER: 'root' 18 CLOUDSQL_PASSWORD: '' 19 CLOUDSQL_DATABASE: 'perfdata' 20 GCS_BUCKET: 'golang-perfdata' 21 PERFDATA_VIEW_URL_BASE: 'https://perf.golang.org/search?q=upload:'