Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions merino/configs/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ 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"
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"
gcp_project = "moz-fx-merino-prod-5de4"

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