2023-03-01 03:12:21 +03:00
|
|
|
# Copyright 2022 The Go Authors. All rights reserved.
|
2022-05-31 23:44:49 +03:00
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file.
|
|
|
|
|
2024-10-03 19:40:48 +03:00
|
|
|
runtime: go122
|
2022-03-24 01:27:41 +03:00
|
|
|
service: perfdata
|
|
|
|
instance_class: F4_HIGHMEM
|
2024-10-03 19:40:48 +03:00
|
|
|
app_engine_apis: true
|
2022-03-24 01:27:41 +03:00
|
|
|
|
|
|
|
handlers:
|
|
|
|
- url: /_ah/remote_api
|
|
|
|
script: auto
|
|
|
|
- url: /.*
|
|
|
|
script: auto
|
|
|
|
secure: always
|
|
|
|
env_variables:
|
|
|
|
CLOUDSQL_CONNECTION_NAME: 'golang-org:us-central1:golang-org'
|
|
|
|
CLOUDSQL_USER: 'root'
|
|
|
|
CLOUDSQL_PASSWORD: ''
|
|
|
|
CLOUDSQL_DATABASE: 'perfdata'
|
|
|
|
GCS_BUCKET: 'golang-perfdata'
|
|
|
|
PERFDATA_VIEW_URL_BASE: 'https://perf.golang.org/search?q=upload:'
|