setup:
  # Replace with the http location of your Codecov
  # https://docs.codecov.io/docs/configuration#section-codecov-url
  codecov_url: https://codecov.internal.justin.tv
  # Replace with your Codecov Enterprise License key
  # https://docs.codecov.io/docs/configuration#section-enterprise-license
  enterprise_license: 8Ht2EJ0FKNMQ4rDuNPdQt0yIq+y/AE0uUghBqULOajxRpRtOiylK5l2iybbPjs8O/By9x0B3joojBgWwbs2WKjzRNldMOCSYdGKCJtYxqGAI54DGqzO/eJw/aVgrnA/G9YiyrQd1WhC62Ey6VPL4O+KZytnwF80y4GJrHIim6fmkmFwQJgA2IMJQ8QuxQOIQ
  # Replace with a random string
  # https://docs.codecov.io/docs/configuration#section-cookie-secret
  http:
    cookie_secret: {{ key "codecov/codecov/production/cookie-secret" }}

github_enterprise:
  url: "https://git-aws.internal.justin.tv"
  api_url: "https://git-aws.internal.justin.tv/api/v3"
  client_id: {{ key "codecov/codecov/production/ghe-oauth-client-id" }}
  client_secret: {{ key "codecov/codecov/production/ghe-oauth-client-secret" }}
  global_upload_token: ghe

services:
  #codecov_db_password from qe/codecov/terraform/rds/rds.tf
  database_url: postgres://postgres:{{ key "codecov/codecov/production/postgres-db-password" }}@codecov-production.cmlkdygjxb2w.us-west-2.rds.amazonaws.com:5432/postgres
  redis_url: redis://codecov-redis.nxdlap.ng.0001.usw2.cache.amazonaws.com:6379
  ci_providers:
    - jenkins.internal.justin.tv
  notifications:
    slack: "twitch.slack.com"
    gitter: off
    email: off
    webhook: off
    irc: off
    hipchat: off
  site:
    coverage:
      status:
        project: off
        patch: off
        changes: off
    codecov:
        bot: codecov
