| ▲ | aziaziazi 3 hours ago | |||||||
The “sensitive” toggle is off by default. I’m curious about the rationale, what's the benefit of this default for users and/or Vercel? https://vercel.com/docs/environment-variables/sensitive-envi... | ||||||||
| ▲ | loloquwowndueo 2 hours ago | parent | next [-] | |||||||
Sensitive environment variables are environment variables whose values are non-readable once created. So they are harder to introspect and review once set. It’s probably good practice to put non-secret-material in non-sensitive variables. (Pure speculation, I’ve never used Vercel) | ||||||||
| ||||||||
| ▲ | throw03172019 an hour ago | parent | prev [-] | |||||||
Simpler for vibe coders. | ||||||||