fix: update JWT_SECRET description for clarity

This commit is contained in:
shuaiplus
2026-02-20 00:04:14 +08:00
parent d1e6ec8b8d
commit 8d6bcc327d
+1 -1
View File
@@ -21,7 +21,7 @@
"cloudflare": {
"bindings": {
"JWT_SECRET": {
"description": "Secret used to sign JWTs. Use a strong random string (32+ characters recommended)"
"description": "Use a strong random string (32+ characters recommended)"
},
"DB": {
"description": "D1 database for storing vault data"