diff --git a/terraform/environments/deployment.tf b/terraform/environments/deployment.tf index c87590be9f2f19676a299551c66da3efbc799fa9..2c560260080a901a3de3d2f9ff257be7d635a72c 100644 --- a/terraform/environments/deployment.tf +++ b/terraform/environments/deployment.tf @@ -44,7 +44,7 @@ resource "google_cloud_run_v2_service" "translation_api_service" { env { name = "HOLI_LIBRETRANSLATE_BASE_URL" - value = local.environment == "production" ? "https://staging.libretranslate.apis.holi.social" : "https://production.libretranslate.apis.holi.social" + value = local.environment == "production" ? "https://production.libretranslate.apis.holi.social" : "https://staging.libretranslate.apis.holi.social" } resources {