blob: b6e60669da0122d85991a681c946089e798ca9a2 [file] [log] [blame]
{
code_review_systems: [
{
id: "github",
flavor: "github",
github_cred_path: "/var/secrets/github/github_token",
github_repo: "flutter/flutter",
url_template: "https://github.com/flutter/flutter/pull/%s"
},
],
gcs_bucket: "skia-gold-flutter",
git_repo_branch: "master",
git_repo_url: "https://github.com/flutter/flutter",
pubsub_project_id: "skia-public",
site_url: "https://flutter-gold.skia.org",
sql_connection: "root@gold-cockroachdb-public:26234",
sql_database: "flutter",
known_hashes_gcs_path: "skia-gold-flutter/hash_files/gold-flutter-hashes.txt",
window_size: 200,
// These values affect the k8s deployment; they are not read in by the binary.
INCLUDE_GITHUB_CREDS: true,
}