From 329aad87f26812191ab407b2504bb3dadfc70557 Mon Sep 17 00:00:00 2001 From: Cesar Alaestante Date: Thu, 2 Jan 2025 17:12:45 -0700 Subject: [PATCH] chore(infra): update sandbox replica url (#3467) testing out aurora for cvr and cdc --- prod/templates/sandbox/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prod/templates/sandbox/template.yml b/prod/templates/sandbox/template.yml index cde305fdb..0c8b8b4bc 100644 --- a/prod/templates/sandbox/template.yml +++ b/prod/templates/sandbox/template.yml @@ -193,7 +193,7 @@ Resources: - Name: ZERO_REPLICA_FILE Value: /data/db/sync-replica.db - Name: REPLICA_URL - Value: !Sub "s3://${ApplicationBucket}/1210" + Value: !Sub "s3://${ApplicationBucket}/0102" - Name: ZERO_LOG_LEVEL Value: debug - Name: ZERO_UPSTREAM_MAX_CONNS @@ -353,7 +353,7 @@ Resources: - Name: ZERO_LITESTREAM Value: "1" - Name: REPLICA_URL - Value: !Sub "s3://${ApplicationBucket}/1210" + Value: !Sub "s3://${ApplicationBucket}/0102" - Name: ZERO_LOG_FORMAT Value: json - Name: ZERO_REPLICA_FILE