Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions merino/configs/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ domain_data_source = "remote"

[production.curated_recommendations.gcs]
# MERINO__CURATED_RECOMMENDATIONS__GCS__BUCKET_NAME
# GCS bucket that contains aggregate engagement and prior data
bucket_name = "merino-airflow-data-prodpy"
# GCS v2 bucket that contains aggregate engagement and prior data
bucket_name = "merino-airflow-data-prod"

# MERINO__CURATED_RECOMMENDATIONS__GCS__GCP_PROJECT
# GCP project name where the GCS bucket lives.
gcp_project = "moz-fx-merino-prod-1c2f"
# GCS v2 project name where the GCS bucket lives.
gcp_project = "moz-fx-merino-prod-5de4"

[production.providers.polygon]
# MERINO_PROVIDERS__POLYGON__CACHE
Expand Down
Loading