Skip to content
Snippets Groups Projects
Commit 7281c08f authored by Taha Cherfia's avatar Taha Cherfia
Browse files

feat: use separate redis db for production and staging

parent b4e0615a
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ resource "google_cloud_run_v2_service" "translation_api_service" {
}
env {
name = "REDIS_DB"
value = "7"
value = local.environment == "production" ? "15" : "7"
}
resources {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment