| { |
| code_review_systems: [ |
| { |
| id: "github", |
| flavor: "github", |
| github_cred_path: "/var/secrets/github/github_token", |
| github_repo: "lottie-animation-community/tests", |
| url_template: "https://github.com/lottie-animation-community/tests/pull/%s" |
| } |
| ], |
| gcs_bucket: "lottie-animation-community-tests", |
| git_repo_branch: "main", |
| git_repo_url: "https://github.com/lottie-animation-community/tests.git", |
| pubsub_project_id: "skia-public", |
| site_url: "https://lottie-animation-community-gold.skia.org", |
| sql_connection: "root@gold-cockroachdb-public:26234", |
| sql_database: "lottiespec", |
| known_hashes_gcs_path: "lottie-animation-community-tests/hash_files/gold-lottie-spec-hashes.txt", |
| window_size: 200, |
| |
| // These values affect the k8s deployment; they are not read in by the binary. |
| INCLUDE_GITHUB_CREDS: true, |
| } |