Don't error when an ENV variable is blank
S
Shane Reustle
When saving your Environment Variables, if a row is entirely blank, ignore it instead of showing an error.
Log In
P
Periyasamy
I would like to have valid Environment Variable with blank value.
dotenv (.env) file allows this scenario in projects. For example:
APP_MESSAGE=
D
Dan Kelmenson
Periyasamy: Yeah, but that's not what this is talking about... This is talking about a blank Key.