move to JWT_SECRET

This commit is contained in:
Devin Zuczek
2026-07-06 16:20:05 -04:00
parent 631fefcfda
commit fbc1aedfcd
6 changed files with 32 additions and 13 deletions
+4
View File
@@ -26,6 +26,10 @@
"id": "local"
}
],
// Preserve environment variables and secrets already set in Cloudflare (e.g.
// JWT_SECRET, managed via `wrangler secret put`) instead of clearing them on
// deploy — keeps the signing key out of source.
"keep_vars": true,
"logpush": false,
"upload_source_maps": true,
"observability": {