Skip to content

Commit

Permalink
chore(infra): update sandbox replica url (#3467)
Browse files Browse the repository at this point in the history
testing out aurora for cvr and cdc
  • Loading branch information
cesara authored Jan 3, 2025
1 parent 7467cc5 commit 329aad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prod/templates/sandbox/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 329aad8

Please sign in to comment.