From f0970569053e92ef4655e2bf64ccd928d01a6048 Mon Sep 17 00:00:00 2001 From: preethamr Date: Mon, 16 Oct 2023 13:08:13 -0700 Subject: [PATCH] fix: use only primary staging db in lh for now --- ops/testnet/staging/core/config.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/testnet/staging/core/config.tf b/ops/testnet/staging/core/config.tf index 2632176812..252dddeb28 100644 --- a/ops/testnet/staging/core/config.tf +++ b/ops/testnet/staging/core/config.tf @@ -295,7 +295,7 @@ locals { ] environment = var.stage database = { - url = local.read_replica_db_url + url = local.default_db_url } databaseWriter = { url = local.default_db_url