Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions crates/mtc_worker/config.bootstrap-mtca.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"logs": {
"shard1": {
"description": "Cloudflare bootstrap MTCA shard 1",
"log_id": "44363.48.5",
"cosigner_id": "44363.48.6",
"log_id": "13335.1",
"cosigner_id": "13335.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ,it is

"submission_url": "https://bootstrap-mtca.cloudflareresearch.com/logs/shard1/",
"monitoring_url": "https://bootstrap-mtca-shard1.cloudflareresearch.com"
},
"shard2": {
"description": "Cloudflare bootstrap MTCA shard 2",
"log_id": "44363.48.5",
"cosigner_id": "44363.48.6",
"submission_url": "https://bootstrap-mtca.cloudflareresearch.com/logs/shard2/",
"monitoring_url": "https://bootstrap-mtca-shard2.cloudflareresearch.com"
}
}
}
4 changes: 4 additions & 0 deletions crates/mtc_worker/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
{
"bucket_name": "bootstrap-mtca-shard1",
"binding": "public_shard1"
},
{
"bucket_name": "bootstrap-mtca-shard2",
"binding": "public_shard2"
}
],
"durable_objects": {
Expand Down