Skip to content

Commit 38c01a8

Browse files
committed
fix(worker): move OPS_ALERT_TO and PRODUCT_ROUTES out of committed vars (T-18 followup)
1 parent fc1a110 commit 38c01a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

worker/wrangler.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ workers_dev = true
1515
[vars]
1616
ALLOWED_ORIGINS = "https://firstfluke.com,https://www.firstfluke.com,http://localhost:3000"
1717
RESEND_FROM = "FIRST FLUKE <contact@mail.firstfluke.com>"
18-
OPS_ALERT_TO = "our.first.fluke@gmail.com"
1918
GH_APP_ID = "" # set by operator: GitHub App ID (numeric string)
20-
PRODUCT_ROUTES = "" # set by operator: JSON map { productId: { repo, installationId } }
19+
# Set via `wrangler secret put` (PII / not committed):
20+
# OPS_ALERT_TO — operator inbox for 24h dead-letter alerts
21+
# PRODUCT_ROUTES — JSON map { productId: { repo, installationId } }
2122

2223
[[kv_namespaces]]
2324
binding = "TOKEN_CACHE"

0 commit comments

Comments
 (0)