Skip to content

Commit e336d3b

Browse files
committed
Update DEX and CASB configs
1 parent e02f4c5 commit e336d3b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

apps/cloudflare-one-casb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"check:lint": "run-eslint-workers",
77
"check:types": "run-tsc",
8-
"deploy": "wrangler deploy",
8+
"deploy": "run-wrangler-deploy",
99
"dev": "wrangler dev",
1010
"start": "wrangler dev",
1111
"types": "wrangler types --include-env=false",

apps/cloudflare-one-casb/wrangler.jsonc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"MCP_SERVER_NAME": "PLACEHOLDER",
2121
"MCP_SERVER_VERSION": "PLACEHOLDER",
2222
"CLOUDFLARE_CLIENT_ID": "<PLACEHOLDER>",
23-
"CLOUDFLARE_CLIENT_SECRET": "<PLACEHOLDER>"
23+
"CLOUDFLARE_CLIENT_SECRET": "<PLACEHOLDER>",
24+
"ENVIRONMENT": "development"
2425
},
25-
2626
"dev": {
2727
"port": 8976
2828
},
@@ -81,7 +81,10 @@
8181
"binding": "MCP_METRICS",
8282
"dataset": "mcp-metrics-staging"
8383
}
84-
]
84+
],
85+
"vars": {
86+
"ENVIRONMENT": "staging"
87+
}
8588
},
8689
"production": {
8790
"name": "mcp-cloudflare-casb-production",
@@ -111,7 +114,10 @@
111114
"binding": "MCP_METRICS",
112115
"dataset": "mcp-metrics-production"
113116
}
114-
]
117+
],
118+
"vars": {
119+
"ENVIRONMENT": "production"
120+
}
115121
}
116122
}
117123
}

apps/dex-analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"check:lint": "run-eslint-workers",
77
"check:types": "run-tsc",
8-
"deploy": "wrangler deploy",
8+
"deploy": "run-wrangler-deploy",
99
"dev": "wrangler dev",
1010
"start": "wrangler dev",
1111
"types": "wrangler types --include-env=false",

0 commit comments

Comments
 (0)