| { |
| code_review_systems: [ |
| { |
| id: "gerrit", |
| flavor: "gerrit", |
| gerrit_url: "https://skia-review.googlesource.com", |
| url_template: "https://skia-review.googlesource.com/%s" |
| }, |
| ], |
| gcs_bucket: "skia-gold-eskia", |
| git_repo_branch: "main", |
| git_repo_url: "https://skia.googlesource.com/eskia.git", |
| pubsub_project_id: "skia-public", |
| site_url: "https://eskia-gold.skia.org", |
| sql_connection: "root@gold-cockroachdb-public:26234", |
| sql_database: "eskia", |
| known_hashes_gcs_path: "skia-gold-eskia/hash_files/gold-eskia-hashes.txt", |
| window_size: 20, |
| |
| grouping_param_keys_by_corpus: { |
| "eskia": ["name", "source_type"], |
| }, |
| |
| // These values affect the k8s deployment; they are not read in by the binary. |
| INCLUDE_GITHUB_CREDS: false |
| } |