Skip to content

Commit

Permalink
fix: use only primary staging db in lh for now
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed Oct 16, 2023
1 parent ad7b9a6 commit f097056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/testnet/staging/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f097056

Please sign in to comment.