Skip to content

Commit 67c10e2

Browse files
Maximo-Gukdeloreyj
authored andcommitted
Update account_id in wrangler.json to match our new account (#62)
1 parent d707fde commit 67c10e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

apps/workers-bindings/wrangler.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"env": {
4343
"staging": {
4444
"name": "mcp-cloudflare-workers-bindings-staging",
45-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
45+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
4646
"routes": [{ "pattern": "bindings-staging.mcp.cloudflare.com", "custom_domain": true }],
4747
"durable_objects": {
4848
"bindings": [
@@ -55,7 +55,7 @@
5555
"kv_namespaces": [
5656
{
5757
"binding": "OAUTH_KV",
58-
"id": "18e839155d00407095d793dcf7e78f25"
58+
"id": "4258ce2dee98428db6c9870eb5097f26"
5959
}
6060
],
6161
"vars": {
@@ -64,7 +64,7 @@
6464
},
6565
"production": {
6666
"name": "mcp-cloudflare-workers-bindings-production",
67-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
67+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
6868
"routes": [{ "pattern": "bindings.mcp.cloudflare.com", "custom_domain": true }],
6969
"durable_objects": {
7070
"bindings": [
@@ -77,7 +77,7 @@
7777
"kv_namespaces": [
7878
{
7979
"binding": "OAUTH_KV",
80-
"id": "f9782295993747df90c29c45ca89edb1"
80+
"id": "22aa3726a2d74a49ba867605a8684cee"
8181
}
8282
],
8383
"vars": {

apps/workers-observability/wrangler.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"env": {
4343
"staging": {
4444
"name": "mcp-cloudflare-workers-observability-staging",
45-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
45+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
4646
"routes": [{ "pattern": "observability-staging.mcp.cloudflare.com", "custom_domain": true }],
4747
"durable_objects": {
4848
"bindings": [
@@ -55,7 +55,7 @@
5555
"kv_namespaces": [
5656
{
5757
"binding": "OAUTH_KV",
58-
"id": "18e839155d00407095d793dcf7e78f25"
58+
"id": "a6ad24203a244d248f2fe1acfeb7b3a3"
5959
}
6060
],
6161
"vars": {
@@ -64,7 +64,7 @@
6464
},
6565
"production": {
6666
"name": "mcp-cloudflare-workers-observability-production",
67-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
67+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
6868
"routes": [{ "pattern": "observability.mcp.cloudflare.com", "custom_domain": true }],
6969
"durable_objects": {
7070
"bindings": [
@@ -77,7 +77,7 @@
7777
"kv_namespaces": [
7878
{
7979
"binding": "OAUTH_KV",
80-
"id": "f9782295993747df90c29c45ca89edb1"
80+
"id": "753f27a19ef94d7dbd49de05588ca890"
8181
}
8282
],
8383
"vars": {

0 commit comments

Comments
 (0)